mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
Co-authored-by: kejiang ke.jiang@zilliz.com Co-authored-by: yun.zhang yun.zhang@zilliz.com Signed-off-by: yun.zhang <yun.zhang@zilliz.com>
7 lines
94 B
Go
7 lines
94 B
Go
package model
|
|
|
|
type Credential struct {
|
|
Username string
|
|
EncryptedPassword string
|
|
}
|