Update Lego
This commit is contained in:
parent
36966da701
commit
253060b4f3
185 changed files with 16653 additions and 3210 deletions
16
vendor/github.com/exoscale/egoscale/snapshotstate_string.go
generated
vendored
Normal file
16
vendor/github.com/exoscale/egoscale/snapshotstate_string.go
generated
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
// Code generated by "stringer -type SnapshotState"; DO NOT EDIT.
|
||||
|
||||
package egoscale
|
||||
|
||||
import "strconv"
|
||||
|
||||
const _SnapshotState_name = "AllocatedCreatingCreatedOnPrimaryBackingUpBackedUpCopyingDestroyingDestroyedError"
|
||||
|
||||
var _SnapshotState_index = [...]uint8{0, 9, 17, 33, 42, 50, 57, 67, 76, 81}
|
||||
|
||||
func (i SnapshotState) String() string {
|
||||
if i < 0 || i >= SnapshotState(len(_SnapshotState_index)-1) {
|
||||
return "SnapshotState(" + strconv.FormatInt(int64(i), 10) + ")"
|
||||
}
|
||||
return _SnapshotState_name[_SnapshotState_index[i]:_SnapshotState_index[i+1]]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue