MCPcopy Create free account
hub / github.com/akash-network/node / Events

Method Events

pubsub/bus.go:36–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34// when adding subscribers for sub-components (see `provider/bidengine/{service,order}.go`)
35type Subscriber interface {
36 Events() <-chan Event
37 Clone() (Subscriber, error)
38 Close()
39 Done() <-chan struct{}

Implementers 1

buspubsub/bus.go

Calls

no outgoing calls