| 102 | } |
| 103 | |
| 104 | type listPartitionsOpt struct { |
| 105 | collectionName string |
| 106 | } |
| 107 | |
| 108 | func (opt *listPartitionsOpt) Request() *milvuspb.ShowPartitionsRequest { |
| 109 | return &milvuspb.ShowPartitionsRequest{ |
nothing calls this directly
no outgoing calls
no test coverage detected