Documentation ¶
Index ¶
- type Client
- func (c *Client) CommitStatusRedelivery(ctx context.Context, projectID, commitStatusDeliveryID string) (*Response, error)
- func (c *Client) GetParsedResponse(ctx context.Context, method, path string, query url.Values, header http.Header, ...) (*Response, error)
- func (c *Client) GetProjectCommitStatusDeliveries(ctx context.Context, projectID string, ...) ([]*types.CommitStatusDelivery, *Response, error)
- func (c *Client) GetProjectRunWebhookDeliveries(ctx context.Context, projectID string, ...) ([]*types.RunWebhookDelivery, *Response, error)
- func (c *Client) GetResponse(ctx context.Context, method, path string, query url.Values, ...) (*Response, error)
- func (c *Client) RunWebhookRedelivery(ctx context.Context, projectID, runWebhookDeliveryID string) (*Response, error)
- type GetProjectCommitStatusDeliveriesOptions
- type GetProjectRunWebhookDeliveriesOptions
- type ListOptions
- type Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) CommitStatusRedelivery ¶
func (*Client) GetParsedResponse ¶
func (*Client) GetProjectCommitStatusDeliveries ¶
func (c *Client) GetProjectCommitStatusDeliveries(ctx context.Context, projectID string, opts *GetProjectCommitStatusDeliveriesOptions) ([]*types.CommitStatusDelivery, *Response, error)
func (*Client) GetProjectRunWebhookDeliveries ¶
func (c *Client) GetProjectRunWebhookDeliveries(ctx context.Context, projectID string, opts *GetProjectRunWebhookDeliveriesOptions) ([]*types.RunWebhookDelivery, *Response, error)
func (*Client) GetResponse ¶
type GetProjectCommitStatusDeliveriesOptions ¶
type GetProjectCommitStatusDeliveriesOptions struct { *ListOptions StartSequence uint64 DeliveryStatusFilter []string }
func (*GetProjectCommitStatusDeliveriesOptions) Add ¶
func (o *GetProjectCommitStatusDeliveriesOptions) Add(q url.Values)
type GetProjectRunWebhookDeliveriesOptions ¶
type GetProjectRunWebhookDeliveriesOptions struct { *ListOptions StartSequence uint64 DeliveryStatusFilter []string }
func (*GetProjectRunWebhookDeliveriesOptions) Add ¶
func (o *GetProjectRunWebhookDeliveriesOptions) Add(q url.Values)
type ListOptions ¶
type ListOptions struct { Limit int SortDirection types.SortDirection }
func (*ListOptions) Add ¶
func (o *ListOptions) Add(q url.Values)
Click to show internal directories.
Click to hide internal directories.