mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for WatchChannels in types.go (#12415)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@gmail.com>pull/12421/head
parent
27898928b0
commit
b790f1fe0c
|
@ -229,6 +229,7 @@ type DataCoord interface {
|
|||
GetCompactionState(ctx context.Context, req *milvuspb.GetCompactionStateRequest) (*milvuspb.GetCompactionStateResponse, error)
|
||||
GetCompactionStateWithPlans(ctx context.Context, req *milvuspb.GetCompactionPlansRequest) (*milvuspb.GetCompactionPlansResponse, error)
|
||||
|
||||
// WatchChannels notifies DataCoord to watch vchannels of a collection
|
||||
WatchChannels(ctx context.Context, req *datapb.WatchChannelsRequest) (*datapb.WatchChannelsResponse, error)
|
||||
// GetFlushState gets the flush state of multiple segments
|
||||
GetFlushState(ctx context.Context, req *milvuspb.GetFlushStateRequest) (*milvuspb.GetFlushStateResponse, error)
|
||||
|
|
Loading…
Reference in New Issue