Skip to content

Commit bf7dd46

Browse files
fix(dedibox): change ip_id from string to uint64 (#2104)
Co-authored-by: Laure-di <[email protected]>
1 parent ea131c6 commit bf7dd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/dedibox/v1/dedibox_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2741,7 +2741,7 @@ type OfferStorageInfo struct {
27412741
// IP: ip.
27422742
type IP struct {
27432743
// IPID: ID of the IP.
2744-
IPID string `json:"ip_id"`
2744+
IPID uint64 `json:"ip_id"`
27452745

27462746
// Address: address of the IP.
27472747
Address net.IP `json:"address"`

0 commit comments

Comments
 (0)