Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetServiceInformation ¶ added in v1.2.0
func GetServiceInformation() []map[string]interface{}
func NewCloudflareDNS ¶ added in v1.2.0
func NewCloudflareDNS() *cloudflareDNS
func NewExampleDNS ¶ added in v1.2.0
func NewExampleDNS() *exampleDNS
Types ¶
type Service ¶ added in v1.1.0
type Service interface {
GetID() string
Init(config map[string]interface{}) error
Update(value *models.UpdateRequest) ([]models.UpdateResult, error)
}
type ServiceRegistry ¶ added in v1.2.0
type ServiceRegistry struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.