Stop custom Client struct from being exported in Provider
This commit is contained in:
parent
120fee4266
commit
77ddd0389e
2 changed files with 27 additions and 27 deletions
|
|
@ -11,7 +11,7 @@ import (
|
|||
// Provider implements the libdns interfaces for Vultr
|
||||
// Adapted from libdns/digitalocean to work with the Vultr API
|
||||
type Provider struct {
|
||||
Client
|
||||
client Client
|
||||
// APIToken is the Vultr API token
|
||||
// see https://my.vultr.com/settings/#settingsapi
|
||||
APIToken string `json:"auth_token"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue