Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
	// contains filtered or unexported fields
}
    func New ¶
func New(c HTTPClient) *Client
func (*Client) GetGuestsNotInBackupNotBackedUp ¶
func (c *Client) GetGuestsNotInBackupNotBackedUp(ctx context.Context) ([]GetGuestsNotInBackupNotBackedUpResponse, error)
GetGuestsNotInBackupNotBackedUp Shows all guests which are not covered by any backup job.
type HTTPClient ¶
type IndexResponse ¶
type IndexResponse struct {
	Subdir string `url:"subdir" json:"subdir"` // API sub-directory endpoint
}
     Click to show internal directories. 
   Click to hide internal directories.