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

Struct listPartitionsOpt

client/milvusclient/partition_options.go:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104type listPartitionsOpt struct {
105 collectionName string
106}
107
108func (opt *listPartitionsOpt) Request() *milvuspb.ShowPartitionsRequest {
109 return &milvuspb.ShowPartitionsRequest{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected