Documentation
¶
Index ¶
- type Client
- func (c *Client) GetEvent(ctx context.Context, id string) (*hookdeckgosdk.Event, error)
- func (c *Client) GetEvents(ctx context.Context, request *hookdeckgosdk.GetEventsRequest) (*hookdeckgosdk.EventPaginatedResult, error)
- func (c *Client) GetRequestRawBody(ctx context.Context, id string) (*hookdeckgosdk.RawBody, error)
- func (c *Client) MuteEvent(ctx context.Context, id string) (*hookdeckgosdk.Event, error)
- func (c *Client) RetryEvent(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) GetEvents ¶
func (c *Client) GetEvents(ctx context.Context, request *hookdeckgosdk.GetEventsRequest) (*hookdeckgosdk.EventPaginatedResult, error)
func (*Client) GetRequestRawBody ¶
func (*Client) RetryEvent ¶
func (c *Client) RetryEvent(ctx context.Context, id string) (*hookdeckgosdk.RetriedEvent, error)
Click to show internal directories.
Click to hide internal directories.