Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
OnLog func(string)
// contains filtered or unexported fields
}
Client provides methods to interact with the Cisco AnyConnect CLI
func NewClient ¶
func NewClient(credentials *config.Credentials) *Client
func (*Client) Disconnect ¶
func (*Client) IsConnected ¶
IsConnected returns the cached connection state
func (*Client) Stop ¶
func (c *Client) Stop()
Stop cleans up the background reconciliation goroutine
func (*Client) SyncStatus ¶
SyncStatus forces a CLI check and updates state
Click to show internal directories.
Click to hide internal directories.