mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-01 08:28:10 +08:00
7 lines
89 B
Go
7 lines
89 B
Go
package flowgraph
|
|
|
|
type Msg interface {
|
|
TimeTick() Timestamp
|
|
DownStreamNodeIdx() int
|
|
}
|