forked from Ivasoft/traefik
fix: ACME spec and Cloudflare.
This commit is contained in:
committed by
Traefiker Bot
parent
9cb4d56c03
commit
53201b65b0
12
vendor/github.com/transip/gotransip/api.go
generated
vendored
Normal file
12
vendor/github.com/transip/gotransip/api.go
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
package gotransip
|
||||
|
||||
// CancellationTime represents the possible ways of canceling a contract
|
||||
type CancellationTime string
|
||||
|
||||
var (
|
||||
// CancellationTimeEnd specifies to cancel the contract when the contract was
|
||||
// due to end anyway
|
||||
CancellationTimeEnd CancellationTime = "end"
|
||||
// CancellationTimeImmediately specifies to cancel the contract immediately
|
||||
CancellationTimeImmediately CancellationTime = "immediately"
|
||||
)
|
||||
Reference in New Issue
Block a user