MCPcopy
hub / github.com/milvus-io/milvus / createUserOption

Struct createUserOption

client/milvusclient/rbac_options.go:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69type createUserOption struct {
70 userName string
71 password string
72 description *string
73}
74
75func (opt *createUserOption) Request() *milvuspb.CreateCredentialRequest {
76 return &milvuspb.CreateCredentialRequest{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected