mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for ChannelOpTypeNames (#9919)
Signed-off-by: sunby <bingyi.sun@zilliz.com>pull/9684/head
parent
2617b0f2a9
commit
3a6f6d399f
|
@ -292,7 +292,7 @@ func parseNodeID(key string) (int64, error) {
|
|||
return strconv.ParseInt(s[len(s)-2], 10, 64)
|
||||
}
|
||||
|
||||
// Implement zap log marshaler for ChannelOpSet
|
||||
// ChannelOpTypeNames implements zap log marshaler for ChannelOpSet
|
||||
var ChannelOpTypeNames = []string{"Add", "Delete"}
|
||||
|
||||
func (cu *ChannelOp) MarshalLogObject(enc zapcore.ObjectEncoder) error {
|
||||
|
|
Loading…
Reference in New Issue