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