Documentation ¶
Index ¶
- Constants
- type Backend
- func (b *Backend) Delete(opts *model.DomainOptions) error
- func (b *Backend) DeleteText(opts *model.DomainOptions) error
- func (b *Backend) Get(opts *model.DomainOptions) (d model.Domain, err error)
- func (b *Backend) GetName() string
- func (b *Backend) GetText(opts *model.DomainOptions) (d model.Domain, err error)
- func (b *Backend) GetToken(fqdn string) (string, error)
- func (b *Backend) GetTokenCount() (int64, error)
- func (b *Backend) GetZone() string
- func (b *Backend) MigrateFrozen(opts *model.MigrateFrozen) error
- func (b *Backend) MigrateRecord(opts *model.MigrateRecord) error
- func (b *Backend) MigrateToken(opts *model.MigrateToken) error
- func (b *Backend) Renew(opts *model.DomainOptions) (d model.Domain, err error)
- func (b *Backend) Set(opts *model.DomainOptions) (d model.Domain, err error)
- func (b *Backend) SetText(opts *model.DomainOptions) (d model.Domain, err error)
- func (b *Backend) SetToken(opts *model.DomainOptions, exist bool) (int64, error)
- func (b *Backend) Update(opts *model.DomainOptions) (d model.Domain, err error)
- func (b *Backend) UpdateText(opts *model.DomainOptions) (d model.Domain, err error)
Constants ¶
View Source
const (
Name = "route53"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
func NewBackend ¶
func (*Backend) DeleteText ¶
func (b *Backend) DeleteText(opts *model.DomainOptions) error
func (*Backend) GetTokenCount ¶ added in v0.5.1
func (*Backend) MigrateFrozen ¶
func (b *Backend) MigrateFrozen(opts *model.MigrateFrozen) error
func (*Backend) MigrateRecord ¶
func (b *Backend) MigrateRecord(opts *model.MigrateRecord) error
func (*Backend) MigrateToken ¶
func (b *Backend) MigrateToken(opts *model.MigrateToken) error
func (*Backend) UpdateText ¶
Click to show internal directories.
Click to hide internal directories.