Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CliService ¶
type CliService struct {
// contains filtered or unexported fields
}
func (*CliService) Serve ¶
func (c *CliService) Serve()
func (*CliService) Stop ¶
func (c *CliService) Stop()
type Client ¶
type Client struct {
sync.Mutex
Status chan StatusMessage
Errors chan error
Tasks chan []*common.ConcreteSyncState
// contains filtered or unexported fields
}
func (*Client) SendOrderedTasks ¶
func (c *Client) SendOrderedTasks()
type StatusMessage ¶
type StatusMessage int
const ( StatusConnected StatusMessage = iota StatusDisconnected )
Click to show internal directories.
Click to hide internal directories.