Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsoleStateReporter ¶
type ConsoleStateReporter struct {
// contains filtered or unexported fields
}
ConsoleStateReporter is Reporter implementation what just prints status to stdout
func NewConsoleStateReporter ¶
func NewConsoleStateReporter(resolver *device.Resolver, in <-chan []model.Pod) *ConsoleStateReporter
NewConsoleStateReporter creates new ConsoleStateReporter
func (*ConsoleStateReporter) Start ¶
func (r *ConsoleStateReporter) Start()
Start printing state to console
type URLStateReporter ¶
type URLStateReporter struct {
// contains filtered or unexported fields
}
URLStateReporter is Reporter implementation what PUT data to url
func NewURLStateReporter ¶
func NewURLStateReporter(resolver *device.Resolver, in <-chan []model.Pod, url string) *URLStateReporter
NewURLStateReporter creates new URLStateReporter
func (*URLStateReporter) Start ¶
func (r *URLStateReporter) Start()
Start reporting state to the given url
Click to show internal directories.
Click to hide internal directories.