CreatePartitionOption is the interface builds Create Partition request.
| 20 | |
| 21 | // CreatePartitionOption is the interface builds Create Partition request. |
| 22 | type CreatePartitionOption interface { |
| 23 | // Request is the method returns the composed request. |
| 24 | Request() *milvuspb.CreatePartitionRequest |
| 25 | } |
| 26 | |
| 27 | type createPartitionOpt struct { |
| 28 | collectionName string |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…