github.com/annchain/OG@v0.0.9/eventbus/interface.go (about) 1 package eventbus 2 3 type EventBus interface { 4 Route(Event) 5 }