Documentation ¶
Index ¶
Constants ¶
View Source
const ( Url = "sentinel.turris.cz" Port = 7087 CertUrl = "https://repo.turris.cz/sentinel/dynfw.pub" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { ListChan chan List DeltaChan chan Delta // contains filtered or unexported fields }
func (*Client) Close ¶
func (c *Client) Close()
Close is called automatically when you cancel the context passed in to RequestMessages Manual invocation of Close should be done only If you passed in context.Background()
func (*Client) RequestMessages ¶
Click to show internal directories.
Click to hide internal directories.