dyndns

package module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2021 License: MIT Imports: 6 Imported by: 0

README

README

Dyndns Library

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Domain

type Domain interface {
	Add(h string, ip string) error
	Delete(h string, ip string) error
	Update(h string, ip string) error
}

func NewAWS

func NewAWS(name, zoneID, accessKey, accessSecret string, ttl int64) Domain

func NewGAE

func NewGAE(name, zoneID, accessKey, accessSecret string, ttl int64) Domain

Do not use -> Not Implemeted yet

type DomainAWS

type DomainAWS struct {
	Name         string
	ZoneID       string
	AccessKey    string
	AccessSecret string
	TTL          int64
}

func (DomainAWS) Add

func (d DomainAWS) Add(h string, ip string) error

TBD

func (DomainAWS) Delete

func (d DomainAWS) Delete(h string, ip string) error

TBD

func (DomainAWS) Update

func (d DomainAWS) Update(h string, ip string) error

type DomainGAE

type DomainGAE struct {
	Name         string
	ZoneID       string
	AccessKey    string
	AccessSecret string
	TTL          int64
}

func (DomainGAE) Add

func (d DomainGAE) Add(h string, ip string) error

TBD

func (DomainGAE) Delete

func (d DomainGAE) Delete(h string, ip string) error

TBD

func (DomainGAE) Update

func (d DomainGAE) Update(h string, ip string) error

TBD

Jump to

Keyboard shortcuts

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