Documentation
¶
Index ¶
- type Client
- func (c *Client) Create(ctx context.Context, req *CreateRequest) (sdk.Functions, error)
- func (c *Client) Delete(ctx context.Context, id int64) error
- func (c *Client) Get(ctx context.Context, id int64) (sdk.Functions, error)
- func (c *Client) List(ctx context.Context, opts *contracts.ListOptions) (*sdk.PaginatedFunctionsList, error)
- func (c *Client) Update(ctx context.Context, req *UpdateRequest, id int64) (sdk.Functions, error)
- type CreateRequest
- type UpdateRequest
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 (*Client) List ¶
func (c *Client) List(ctx context.Context, opts *contracts.ListOptions) (*sdk.PaginatedFunctionsList, error)
type CreateRequest ¶
type CreateRequest struct {
sdk.FunctionsRequest
}
func NewCreateRequest ¶
func NewCreateRequest() *CreateRequest
type UpdateRequest ¶
type UpdateRequest struct {
sdk.PatchedFunctionsRequest
}
func NewUpdateRequest ¶
func NewUpdateRequest() *UpdateRequest
Click to show internal directories.
Click to hide internal directories.