Documentation
¶
Index ¶
- type Client
- func (c *Client) Create(ctx context.Context, teamId string, request *hookdeckgosdk.AddCustomHostname) (*hookdeckgosdk.AddCustomHostname, error)
- func (c *Client) Delete(ctx context.Context, teamId string, domainId string) (*hookdeckgosdk.DeleteCustomDomainSchema, error)
- func (c *Client) List(ctx context.Context, teamId string) (hookdeckgosdk.ListCustomDomainSchema, 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) Create ¶
func (c *Client) Create(ctx context.Context, teamId string, request *hookdeckgosdk.AddCustomHostname) (*hookdeckgosdk.AddCustomHostname, error)
func (*Client) Delete ¶
func (c *Client) Delete(ctx context.Context, teamId string, domainId string) (*hookdeckgosdk.DeleteCustomDomainSchema, error)
func (*Client) List ¶
func (c *Client) List(ctx context.Context, teamId string) (hookdeckgosdk.ListCustomDomainSchema, error)
Click to show internal directories.
Click to hide internal directories.