| 67 | } |
| 68 | |
| 69 | type createUserOption struct { |
| 70 | userName string |
| 71 | password string |
| 72 | description *string |
| 73 | } |
| 74 | |
| 75 | func (opt *createUserOption) Request() *milvuspb.CreateCredentialRequest { |
| 76 | return &milvuspb.CreateCredentialRequest{ |
nothing calls this directly
no outgoing calls
no test coverage detected