mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Update modules (#691)
* go get -u github.com/aws/aws-sdk-go * get -u github.com/tiramiseb/go-gandi * go get -u google.golang.org/api Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
2
vendor/github.com/tiramiseb/go-gandi/domain/domain.go
generated
vendored
2
vendor/github.com/tiramiseb/go-gandi/domain/domain.go
generated
vendored
@@ -173,7 +173,7 @@ func (g *Domain) GetDomain(domain string) (domainResponse Details, err error) {
|
||||
}
|
||||
|
||||
// CreateDomain creates a single Domain
|
||||
func (g *Domain) CreateDomain(domain string, req CreateRequest) (err error) {
|
||||
func (g *Domain) CreateDomain(req CreateRequest) (err error) {
|
||||
_, err = g.client.Post("domains", req, nil)
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user