Documentation
¶
Index ¶
- type Client
- func (c Client) Create(ctx context.Context, data []byte) (Response, error)
- func (c Client) Delete(ctx context.Context, id string) (Response, error)
- func (c Client) Get(ctx context.Context, id string) (Response, error)
- func (c Client) GetAll(ctx context.Context) ([]Response, error)
- func (c Client) List(ctx context.Context) (Response, error)
- func (c Client) Update(ctx context.Context, id string, data []byte) (Response, error)
- type Response
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
}
Client can be used to interact with the Automation API
func (Client) GetAll ¶
GetAll gets a complete set of complete configuration for all available segments
Click to show internal directories.
Click to hide internal directories.