bigsheeper f49c98ed85 Add reader flowgraph about nodes and messages
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2020-11-02 19:30:12 +08:00

7 lines
89 B
Go

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