domain

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller added in v0.0.3

type Controller struct {
}

func New

func New() *Controller

New is the constructor of Controller.

func (*Controller) CreateDomainAuthorization added in v0.0.3

func (c *Controller) CreateDomainAuthorization(ctx context.Context, req *v1.DomainAuthorizationReq) (res *v1.DomainAuthorizationRes, err error)

CreateDomainAuthorization creates a new domain.

func (*Controller) DeleteDomainAuthorization added in v0.0.3

func (c *Controller) DeleteDomainAuthorization(ctx context.Context, req *v1.DomainAuthorizationDeleteReq) (res *v1.DomainAuthorizationDeleteRes, err error)

DeleteDomainAuthorization deletes the domain.

func (*Controller) DomainAuthorizationDetail added in v0.0.3

func (c *Controller) DomainAuthorizationDetail(ctx context.Context, req *v1.DomainAuthorizationDetailReq) (res *v1.DomainAuthorizationDetailRes, err error)

DomainAuthorizationDetail gets the domain.

func (*Controller) DomainAuthorizationList added in v0.0.3

func (c *Controller) DomainAuthorizationList(ctx context.Context, req *v1.DomainAuthorizationListReq) (res *v1.DomainAuthorizationListRes, err error)

DomainAuthorizationList lists the domain.

func (*Controller) QueryDomainAuthorization added in v0.0.3

func (c *Controller) QueryDomainAuthorization(ctx context.Context, req *v1.QueryDomainAuthorizationReq) (res *v1.QueryDomainAuthorizationRes, err error)

QueryDomainAuthorization queries the domain.

func (*Controller) UpdateDomainAuthorization added in v0.0.3

func (c *Controller) UpdateDomainAuthorization(ctx context.Context, req *v1.DomainAuthorizationUpdateReq) (res *v1.DomainAuthorizationUpdateRes, err error)

UpdateDomainAuthorization updates the domain.

Jump to

Keyboard shortcuts

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