mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Fix golint issue for datacoord/channel_store.go (#9995)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
0e58b3f70a
commit
b028dc3918
@ -20,10 +20,13 @@ const (
|
||||
|
||||
var errUnknownOpType error = errors.New("unknown operation type")
|
||||
|
||||
// ChannelOpType type alias uses int8 stands for Channel operation type
|
||||
type ChannelOpType int8
|
||||
|
||||
const (
|
||||
// Add const value for Add Channel operation type
|
||||
Add ChannelOpType = iota
|
||||
// Delete const value for Delete Channel operation type
|
||||
Delete
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user