Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f7f1f0fba |
@@ -16,7 +16,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
const Version = "0.3.0"
|
const Version = "0.4.0"
|
||||||
|
|
||||||
type Logger interface {
|
type Logger interface {
|
||||||
Printf(format string, args ...any)
|
Printf(format string, args ...any)
|
||||||
|
|||||||
@@ -165,6 +165,7 @@ type PriceEstimate struct {
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
InstanceChangeEIPAdd = "eip_add"
|
InstanceChangeEIPAdd = "eip_add"
|
||||||
|
InstanceChangeEIPReplace = "eip_replace"
|
||||||
InstanceChangeVolumeCreate = "volume_create"
|
InstanceChangeVolumeCreate = "volume_create"
|
||||||
InstanceChangeVolumeExpand = "volume_expand"
|
InstanceChangeVolumeExpand = "volume_expand"
|
||||||
InstanceChangeRebuildImage = "rebuild_image"
|
InstanceChangeRebuildImage = "rebuild_image"
|
||||||
|
|||||||
Reference in New Issue
Block a user