Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akash-network/node
/ Subscribe
Method
Subscribe
pubsub/bus.go:26–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
type
Bus
interface
{
25
Publisher
26
Subscribe() (Subscriber, error)
27
Close()
28
Done() <-
chan
struct
{}
29
}
Callers
5
TestBus
Function · 0.95
TestClone
Function · 0.95
stateMachine
Method · 0.65
run
Method · 0.65
stateMachine
Method · 0.65
Implementers
1
bus
pubsub/bus.go
Calls
no outgoing calls
Tested by
5
TestBus
Function · 0.76
TestClone
Function · 0.76
stateMachine
Method · 0.52
run
Method · 0.52
stateMachine
Method · 0.52