Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶ added in v0.2.3
Handler is called when data is written to an `input` file The path will be the buffer in which the data was written
type Sender ¶ added in v0.2.2
Sender interface is used by the listeners to handle control messages SendCommand can be intercepted, but finally should call your service.SendCommand from your controller with the payload
type Starter ¶ added in v0.4.8
type Starter interface {
Start(controller.Controller) error
}
Starter is called to start the main loop of the client
Click to show internal directories.
Click to hide internal directories.