backend

package
v0.3.5 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetBackend

func SetBackend(b Backend)

Types

type Backend

type Backend interface {
	Get(dopts *model.DomainOptions) (model.Domain, error)
	Create(dopts *model.DomainOptions) (model.Domain, error)
	Update(dopts *model.DomainOptions) (model.Domain, error)
	Delete(dopts *model.DomainOptions) error
	Renew(dopts *model.DomainOptions) (model.Domain, error)
	GetTokenOrigin(fqdn string) (string, error)
}

func GetBackend

func GetBackend() Backend

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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