Documentation
¶
Index ¶
- type Client
- func (c Client) Create(ctx context.Context, body []byte) (api.Response, error)
- func (c Client) Delete(ctx context.Context, id string) (api.Response, error)
- func (c Client) Get(ctx context.Context, id string) (api.Response, error)
- func (c Client) GetAll(ctx context.Context) ([]api.Response, error)
- func (c Client) List(ctx context.Context) (api.Response, error)
- func (c Client) Update(ctx context.Context, id string, body []byte) (api.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.