mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for streamType (#13896)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/13921/head
parent
b1fe7c30f3
commit
be34b736b0
|
@ -127,6 +127,7 @@ func getDqlChannelsFunc(ctx context.Context, proxyID int64, qc createQueryChanne
|
|||
}
|
||||
}
|
||||
|
||||
// streamType indicates which type of message stream should be created.
|
||||
type streamType int
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in New Issue