Documentation
¶
Index ¶
- Constants
- type Client
- type ClientTLSCerts
- type Communicator
- func (comm *Communicator) GetNodesData() (interface{}, error)
- func (comm *Communicator) GetRegistryDiskData() (interface{}, error)
- func (comm *Communicator) GetRegistryTemplatesData() (interface{}, error)
- func (comm *Communicator) GetVmsData() (interface{}, error)
- func (comm *Communicator) TestConnection() error
- func (comm *Communicator) UpdateEncodedTAPData() error
- type UAK
Constants ¶
View Source
const (
MAX_INTERVAL_SECONDS = 60
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) UpdateInterval ¶
type ClientTLSCerts ¶
type Communicator ¶
type Communicator struct {
// contains filtered or unexported fields
}
func NewCommunicator ¶
func NewCommunicator(addr, username, password string, certs ClientTLSCerts, uak UAK) (*Communicator, error)
func (*Communicator) GetNodesData ¶
func (comm *Communicator) GetNodesData() (interface{}, error)
func (*Communicator) GetRegistryDiskData ¶
func (comm *Communicator) GetRegistryDiskData() (interface{}, error)
func (*Communicator) GetRegistryTemplatesData ¶
func (comm *Communicator) GetRegistryTemplatesData() (interface{}, error)
func (*Communicator) GetVmsData ¶
func (comm *Communicator) GetVmsData() (interface{}, error)
func (*Communicator) TestConnection ¶
func (comm *Communicator) TestConnection() error
func (*Communicator) UpdateEncodedTAPData ¶
func (comm *Communicator) UpdateEncodedTAPData() error
Click to show internal directories.
Click to hide internal directories.