Documentation ¶
Index ¶
- type Client
- func (c *Client) Create(ctx context.Context, strReq Request) (Response, error)
- func (c *Client) Delete(ctx context.Context, id string) error
- func (c *Client) Get(ctx context.Context, id string) (Response, error)
- func (c *Client) List(ctx context.Context) ([]Response, error)
- func (c *Client) Update(ctx context.Context, req *Request) (Response, error)
- type Request
- 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
}
type Request ¶
type Request struct { sdk.VariableCreate Uuid string }
Click to show internal directories.
Click to hide internal directories.