Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EventBus = event.NewBus()
Event bus to send events with information about execs to the clients.
Functions ¶
This section is empty.
Types ¶
type ExecEventConsumer ¶
Exec Event consumer to send exec events to the clients with help json-rpc tunnel. INFO: Tunnel it's one of the active json-rpc connection.
func (*ExecEventConsumer) Accept ¶
func (execConsumer *ExecEventConsumer) Accept(event event.E)
Send event to the client with help json-rpc tunnel.
Click to show internal directories.
Click to hide internal directories.