Documentation
¶
Index ¶
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(optFns ...OptionsFunc) (*Client, error)
func (*Client) AddCustomCertificate ¶
func (c *Client) AddCustomCertificate(pullZoneId string, req *AddCustomCertificateRequest) error
func (*Client) AddCustomCertificateWithContext ¶
type OptionsFunc ¶ added in v0.4.25
type OptionsFunc func(*Options)
func WithApiKey ¶ added in v0.4.25
func WithApiKey(apiKey string) OptionsFunc
Click to show internal directories.
Click to hide internal directories.