Documentation ¶
Index ¶
Constants ¶
View Source
const (
ProviderName = "digitalocean"
)
Variables ¶
This section is empty.
Functions ¶
func NewProvider ¶
func NewProvider(client *godo.Client) dnsprovider.Interface
NewProvider returns an implementation of dnsprovider.Interface
Types ¶
type Interface ¶
type Interface struct {
// contains filtered or unexported fields
}
DNS implements dnsprovider.Interface
type TokenSource ¶
type TokenSource struct {
AccessToken string
}
TokenSource implements oauth2.TokenSource
Click to show internal directories.
Click to hide internal directories.