feat(eip): expose replacement pricing kind
test / go (push) Successful in 49s

This commit is contained in:
shiran
2026-09-01 12:53:09 +08:00
parent 0a1b3ac8c0
commit 4f7f1f0fba
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import (
"time"
)
const Version = "0.3.0"
const Version = "0.4.0"
type Logger interface {
Printf(format string, args ...any)
+1
View File
@@ -165,6 +165,7 @@ type PriceEstimate struct {
const (
InstanceChangeEIPAdd = "eip_add"
InstanceChangeEIPReplace = "eip_replace"
InstanceChangeVolumeCreate = "volume_create"
InstanceChangeVolumeExpand = "volume_expand"
InstanceChangeRebuildImage = "rebuild_image"