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

Struct AlterCollectionFieldMsg

pkg/mq/msgstream/msg_for_collection.go:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246type AlterCollectionFieldMsg struct {
247 BaseMsg
248 *milvuspb.AlterCollectionFieldRequest
249}
250
251var _ TsMsg = &AlterCollectionFieldMsg{}
252

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected