mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix golint for AllocID in rootcoord (#12038)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
7b65cfb6ab
commit
240e8a3258
@ -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)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user