mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix golint error in querycoord (#9596)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
parent
ba0db3e46e
commit
f6e4d8680e
@ -163,6 +163,7 @@ func (qc *QueryCoord) UpdateStateCode(code internalpb.StateCode) {
|
||||
qc.stateCode.Store(code)
|
||||
}
|
||||
|
||||
// NewQueryCoord creates a QueryCoord object.
|
||||
func NewQueryCoord(ctx context.Context, factory msgstream.Factory) (*QueryCoord, error) {
|
||||
rand.Seed(time.Now().UnixNano())
|
||||
queryChannels := make([]*queryChannelInfo, 0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user