github.com/machinefi/w3bstream@v1.6.5-rc9.0.20240426031326-b8c7c4876e72/pkg/enums/flow_sink.go (about)

     1  package enums
     2  
     3  //go:generate toolkit gen enum FlowSink
     4  type FlowSink uint8
     5  
     6  const (
     7  	FLOW_SINK_UNKNOWN FlowSink = iota
     8  	FLOW_SINK__RMDB
     9  	FLOW_SINK__BLOCKCHAIN
    10  )