Cherry pick v1.7 into master
This commit is contained in:
parent
a09dfa3ce1
commit
b6498cdcbc
73 changed files with 6573 additions and 186 deletions
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"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue