Documentation ¶ Index ¶ type Client func NewClient(sess *ibmpisession.IBMPISession, powerinstanceid string) *Client func (c *Client) Delete(id string) error func (c *Client) Get(id string) (*models.Job, error) func (c *Client) GetAll() (*models.Jobs, error) 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 NewClient ¶ func NewClient(sess *ibmpisession.IBMPISession, powerinstanceid string) *Client func (*Client) Delete ¶ func (c *Client) Delete(id string) error func (*Client) Get ¶ func (c *Client) Get(id string) (*models.Job, error) func (*Client) GetAll ¶ func (c *Client) GetAll() (*models.Jobs, error) Source Files ¶ View all Source files job.go Click to show internal directories. Click to hide internal directories.