domain

package
v0.0.0-...-bab46ce Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: MIT Imports: 10 Imported by: 0

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(c *http.Client, url string, token string) *Client

func (*Client) Create

func (c *Client) Create(ctx context.Context, req *CreateRequest) (DomainResponse, error)

func (*Client) Delete

func (c *Client) Delete(ctx context.Context, id int64) error

func (*Client) Get

func (c *Client) Get(ctx context.Context, id string) (DomainResponse, error)

func (*Client) List

func (*Client) Update

func (c *Client) Update(ctx context.Context, req *UpdateRequest) (DomainResponse, error)

type CreateRequest

type CreateRequest struct {
	sdk.CreateDomainRequest
}

type DomainResponse

type DomainResponse interface {
	GetId() int64
	GetName() string
	GetDomainName() string
	GetCnames() []string
	GetCnameAccessOnly() bool
	GetDigitalCertificateId() int64
	GetEdgeApplicationId() int64
}

type UpdateRequest

type UpdateRequest struct {
	sdk.UpdateDomainRequest
	Id int64
}

Jump to

Keyboard shortcuts

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