milvus/internal/util/flowgraph/message.go

7 lines
91 B
Go

package flowgraph
type Msg interface {
TimeTick() Timestamp
DownStreamNodeIdx() int32
}