mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
[skip ci] Add comment for ConnectionInfo (#13201)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
This commit is contained in:
parent
9ccbffc4b1
commit
2f94f3820f
@ -59,6 +59,7 @@ const (
|
||||
// ConnectionTargetType is the type of connection target
|
||||
type ConnectionTargetType = string
|
||||
|
||||
// ConnectionInfo contains info of connection target
|
||||
type ConnectionInfo struct {
|
||||
TargetName string `json:"target_name"`
|
||||
TargetType ConnectionTargetType `json:"target_type"`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user