[skip ci] Add comment for ConnectionInfo (#13201)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
pull/13213/head
shaoyue 2021-12-10 21:57:37 +08:00 committed by GitHub
parent 9ccbffc4b1
commit 2f94f3820f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ const (
// ConnectionTargetType is the type of connection target // ConnectionTargetType is the type of connection target
type ConnectionTargetType = string type ConnectionTargetType = string
// ConnectionInfo contains info of connection target
type ConnectionInfo struct { type ConnectionInfo struct {
TargetName string `json:"target_name"` TargetName string `json:"target_name"`
TargetType ConnectionTargetType `json:"target_type"` TargetType ConnectionTargetType `json:"target_type"`