switch back to omitempty

Signed-off-by: Lee Briggs <lee@leebriggs.co.uk>
jaxxstorm/static_endpoints
Lee Briggs 4 weeks ago
parent 3290b0d31a
commit a5c0723a83
No known key found for this signature in database
GPG Key ID: A4D09B96FDFEB505

@ -376,9 +376,9 @@ type MaskedPrefs struct {
AutoUpdateSet AutoUpdatePrefsMask `json:",omitempty"`
AppConnectorSet bool `json:",omitempty"`
PostureCheckingSet bool `json:",omitempty"`
NetfilterKindSet bool `json:",omitzero"`
DriveSharesSet bool `json:",omitzero"`
RelayServerPortSet bool `json:",omitzero"`
NetfilterKindSet bool `json:",omitempty"`
DriveSharesSet bool `json:",omitempty"`
RelayServerPortSet bool `json:",omitempty"`
StaticEndpointsSet bool `json:",omitzero"`
}

Loading…
Cancel
Save