Update lego
This commit is contained in:
parent
c52f4b043d
commit
a80cca95a2
57 changed files with 4479 additions and 2319 deletions
16
vendor/github.com/xenolf/lego/providers/dns/bluecat/client.go
generated
vendored
Normal file
16
vendor/github.com/xenolf/lego/providers/dns/bluecat/client.go
generated
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
package bluecat
|
||||
|
||||
// JSON body for Bluecat entity requests and responses
|
||||
type bluecatEntity struct {
|
||||
ID string `json:"id,omitempty"`
|
||||
Name string `json:"name"`
|
||||
Type string `json:"type"`
|
||||
Properties string `json:"properties"`
|
||||
}
|
||||
|
||||
type entityResponse struct {
|
||||
ID uint `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Type string `json:"type"`
|
||||
Properties string `json:"properties"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue