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

Struct DropDatabaseMsg

pkg/mq/msgstream/msg_for_database.go:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81type DropDatabaseMsg struct {
82 BaseMsg
83 *milvuspb.DropDatabaseRequest
84}
85
86var _ TsMsg = &DropDatabaseMsg{}
87

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected