From b790f1fe0cf4fd2f337c5d20f92a75077887ae4f Mon Sep 17 00:00:00 2001 From: Bingyi Sun Date: Mon, 29 Nov 2021 23:11:49 +0800 Subject: [PATCH] [skip ci]Add comment for WatchChannels in types.go (#12415) Signed-off-by: sunby Co-authored-by: sunby --- internal/types/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/types/types.go b/internal/types/types.go index 7c56809c4..af20955f5 100644 --- a/internal/types/types.go +++ b/internal/types/types.go @@ -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) -- GitLab