bunny

package
v0.4.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddCustomCertificateRequest

type AddCustomCertificateRequest struct {
	Hostname       string `json:"Hostname"`
	Certificate    string `json:"Certificate"`
	CertificateKey string `json:"CertificateKey"`
}

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(apiToken string) (*Client, error)

func (*Client) AddCustomCertificate

func (c *Client) AddCustomCertificate(pullZoneId string, req *AddCustomCertificateRequest) error

func (*Client) AddCustomCertificateWithContext

func (c *Client) AddCustomCertificateWithContext(ctx context.Context, pullZoneId string, req *AddCustomCertificateRequest) error

func (*Client) SetTimeout

func (c *Client) SetTimeout(timeout time.Duration) *Client

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL