Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
81
type
DropDatabaseMsg
struct
{
82
BaseMsg
83
*milvuspb.DropDatabaseRequest
84
}
85
86
var
_ TsMsg = &DropDatabaseMsg{}
87
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected