Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
Service(quit <-chan bool) <-chan interface{}
}
Service - generic service interface. If service relies on by-directional communication, returned value from the channel should include a "reply" channel
type TimeTicker ¶
type TimeTicker struct {
// contains filtered or unexported fields
}
func NewTimeTicker ¶
func NewTimeTicker() *TimeTicker
func (*TimeTicker) Service ¶
func (tu *TimeTicker) Service(quit <-chan bool) <-chan interface{}
Click to show internal directories.
Click to hide internal directories.