Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
246
type
AlterCollectionFieldMsg
struct
{
247
BaseMsg
248
*milvuspb.AlterCollectionFieldRequest
249
}
250
251
var
_ TsMsg = &AlterCollectionFieldMsg{}
252
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected