mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e]Add comments to proxy service (#13996)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
parent
7423da8cb0
commit
e3e45ef069
@ -479,6 +479,7 @@ func (s *Server) AlterAlias(ctx context.Context, request *milvuspb.AlterAliasReq
|
||||
return s.proxy.AlterAlias(ctx, request)
|
||||
}
|
||||
|
||||
// GetCompactionState gets the state of a compaction
|
||||
func (s *Server) GetCompactionState(ctx context.Context, req *milvuspb.GetCompactionStateRequest) (*milvuspb.GetCompactionStateResponse, error) {
|
||||
return s.proxy.GetCompactionState(ctx, req)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user