Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bus ¶
type Bus interface { AddAgent(a Agent) RemoveAgent(a Agent) Agent(id bson.ObjectId) Agent Agents() map[bson.ObjectId]Agent AddSession(s Session) RemoveSession(s Session) Session(id bson.ObjectId) Session Sessions() map[bson.ObjectId]Session Restart() Cutoff(id bson.ObjectId) Kickoff(id bson.ObjectId) Stat() Stat }
Click to show internal directories.
Click to hide internal directories.