1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

CHORE: go generate (#2180)

This commit is contained in:
Tom Limoncelli
2023-03-16 09:21:35 -04:00
committed by GitHub
parent f63ca8c896
commit 30646a15f7

View File

@ -11,11 +11,12 @@ func _() {
_ = x[CREATE-1] _ = x[CREATE-1]
_ = x[CHANGE-2] _ = x[CHANGE-2]
_ = x[DELETE-3] _ = x[DELETE-3]
_ = x[REPORT-4]
} }
const _Verb_name = "CREATECHANGEDELETE" const _Verb_name = "CREATECHANGEDELETEREPORT"
var _Verb_index = [...]uint8{0, 6, 12, 18} var _Verb_index = [...]uint8{0, 6, 12, 18, 24}
func (i Verb) String() string { func (i Verb) String() string {
i -= 1 i -= 1