mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-04 01:42:15 +08:00
issue: #33285 - move streaming related proto into pkg. - add v2 message type and change flush message into v2 message. Signed-off-by: chyezh <chyezh@outlook.com>
6 lines
80 B
Go
6 lines
80 B
Go
package streamingpb
|
|
|
|
const (
|
|
ServiceMethodPrefix = "/milvus.proto.streaming"
|
|
)
|