未验证 提交 240e8a32 编写于 作者: C cai.zhang 提交者: GitHub

[skip ci]Fix golint for AllocID in rootcoord (#12038)

Signed-off-by: NCai.Zhang <cai.zhang@zilliz.com>
上级 7b65cfb6
......@@ -365,6 +365,7 @@ func (s *Server) AllocTimestamp(ctx context.Context, in *rootcoordpb.AllocTimest
return s.rootCoord.AllocTimestamp(ctx, in)
}
// AllocID allocates an ID
func (s *Server) AllocID(ctx context.Context, in *rootcoordpb.AllocIDRequest) (*rootcoordpb.AllocIDResponse, error) {
return s.rootCoord.AllocID(ctx, in)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册