mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Add comment for Init (#11199)
Signed-off-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
087f05bca5
commit
8eb2700fa7
@ -129,6 +129,7 @@ func NewClient(ctx context.Context, metaRoot string, etcdEndpoints []string) (*C
|
||||
return client, nil
|
||||
}
|
||||
|
||||
// Init initializes the client
|
||||
func (c *Client) Init() error {
|
||||
Params.Init()
|
||||
return nil
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user