Skip to content

Commit 0b44549

Browse files
committed
add MinimumDelay to provision response
1 parent 74fa367 commit 0b44549

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

response/provision.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ type Provisioning struct {
1313
Log []pmlog.Message `json:"log"`
1414
// Identity to set on the subscription. This should be left blank for no change
1515
Identity string `json:"identity"`
16+
// MinimumDelay retry not before seconds
17+
MinimumDelay int `json:"minimumDelay"`
1618
}
1719

1820
func NewProvisioningSuccess(message string) *Provisioning {

0 commit comments

Comments
 (0)