Vendor main dependencies.
This commit is contained in:
parent
49a09ab7dd
commit
dd5e3fba01
2738 changed files with 1045689 additions and 0 deletions
7
vendor/github.com/edeckers/auroradnsclient/zones/datatypes.go
generated
vendored
Normal file
7
vendor/github.com/edeckers/auroradnsclient/zones/datatypes.go
generated
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
package zones
|
||||
|
||||
// ZoneRecord describes the json format for a zone
|
||||
type ZoneRecord struct {
|
||||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue