aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-10-16 15:35:58 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-10-16 15:35:58 +0200
commitb25e45a85cdb453dc59636fb852f6d87e1e7869c (patch)
tree99661a8651f1ce539442665ad7d8e6be80846f57
parent6085a9fef7c2cdd5d77f7eb173ec9840a5b94104 (diff)
re-introduce testing mode option (nameserver.updateRecord)
-rw-r--r--calls.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/calls.go b/calls.go
index 53e9efe..54e6159 100644
--- a/calls.go
+++ b/calls.go
@@ -33,6 +33,7 @@ func (c *NSRecordInfoCall) expectedStatus() []Status { return []Status{Success}
type NSUpdateRecordsCall struct {
IDs []int `json:"id"`
RecordInfo
+ TestingMode bool `json:"testing"`
}
func (c *NSUpdateRecordsCall) method() string { return "nameserver.updateRecord" }