@@ -16,7 +16,7 @@ import (
"time"
)
const Version = "0.3.0"
const Version = "0.4.0"
type Logger interface {
Printf(format string, args ...any)
@@ -165,6 +165,7 @@ type PriceEstimate struct {
const (
InstanceChangeEIPAdd = "eip_add"
InstanceChangeEIPReplace = "eip_replace"
InstanceChangeVolumeCreate = "volume_create"
InstanceChangeVolumeExpand = "volume_expand"
InstanceChangeRebuildImage = "rebuild_image"
The note is not visible to the blocked user.