Documentation ¶
Index ¶
- type Client
- func (c *Client) AddBackend(options types.BackendAddOptions) error
- func (c *Client) AddCertificate(certificates []string) error
- func (c *Client) AddCustomCertificate(certificate string, pem []byte) error
- func (c *Client) AddFrontend(options types.FrontendAddOptions) error
- func (c *Client) DeleteBackend(options types.BackendDeleteOptions) error
- func (c *Client) DeleteCustomCertificate(certificate string) error
- func (c *Client) DeleteFrontend(options types.FrontendDeleteOptions) error
- func (c *Client) ListBackends(options types.BackendListOptions) (r types.BackendListOptionsResponse, err error)
- func (c *Client) ListFrontends(options types.FrontendListOptions) (r types.FrontendListOptionsResponse, err error)
- func (c *Client) RenewCertificate(certificate string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { BaseURL string // contains filtered or unexported fields }
func NewHttpClient ¶
func (*Client) AddBackend ¶
func (c *Client) AddBackend(options types.BackendAddOptions) error
func (*Client) AddCertificate ¶
func (*Client) AddCustomCertificate ¶
func (*Client) AddFrontend ¶
func (c *Client) AddFrontend(options types.FrontendAddOptions) error
func (*Client) DeleteBackend ¶
func (c *Client) DeleteBackend(options types.BackendDeleteOptions) error
func (*Client) DeleteCustomCertificate ¶
func (*Client) DeleteFrontend ¶
func (c *Client) DeleteFrontend(options types.FrontendDeleteOptions) error
func (*Client) ListBackends ¶
func (c *Client) ListBackends(options types.BackendListOptions) (r types.BackendListOptionsResponse, err error)
func (*Client) ListFrontends ¶
func (c *Client) ListFrontends(options types.FrontendListOptions) (r types.FrontendListOptionsResponse, err error)
func (*Client) RenewCertificate ¶
Click to show internal directories.
Click to hide internal directories.