mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for ConnectionInfo (#13201)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>pull/13213/head
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…
Reference in New Issue