Documentation
¶
Index ¶
- type Client
- func (c *Client) List(ctx context.Context, request *hookdeckgosdk.EventListRequest) (*hookdeckgosdk.EventPaginatedResult, error)
- func (c *Client) Mute(ctx context.Context, id string) (*hookdeckgosdk.Event, error)
- func (c *Client) Retrieve(ctx context.Context, id string) (*hookdeckgosdk.Event, error)
- func (c *Client) RetrieveBody(ctx context.Context, id string) (*hookdeckgosdk.RawBody, error)
- func (c *Client) Retry(ctx context.Context, id string) (*hookdeckgosdk.RetriedEvent, error)
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 NewClient ¶
func NewClient(opts ...core.ClientOption) *Client
func (*Client) List ¶
func (c *Client) List(ctx context.Context, request *hookdeckgosdk.EventListRequest) (*hookdeckgosdk.EventPaginatedResult, error)
func (*Client) RetrieveBody ¶
func (*Client) Retry ¶
func (c *Client) Retry(ctx context.Context, id string) (*hookdeckgosdk.RetriedEvent, error)
Click to show internal directories.
Click to hide internal directories.