milvus/internal/util/flowgraph/message.go

7 lines
91 B
Go
Raw Normal View History

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