Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
*up.Config
}
func (*Client) Create ¶
func (c *Client) Create(ctx context.Context, params *CreateParameters) (*CreateResponse, error)
type CreateParameters ¶
type CreateResponse ¶
type CreateResponse struct {
ID string `json:"id"`
}
type GetResponse ¶
Click to show internal directories.
Click to hide internal directories.