// Code generated by protoc-json-shim. DO NOT EDIT. package catalogv2beta1 import ( protojson "google.golang.org/protobuf/encoding/protojson" ) // MarshalJSON is a custom marshaler for DNSPolicy func (this *DNSPolicy) MarshalJSON() ([]byte, error) { str, err := DnsMarshaler.Marshal(this) return []byte(str), err } // UnmarshalJSON is a custom unmarshaler for DNSPolicy func (this *DNSPolicy) UnmarshalJSON(b []byte) error { return DnsUnmarshaler.Unmarshal(b, this) } // MarshalJSON is a custom marshaler for Weights func (this *Weights) MarshalJSON() ([]byte, error) { str, err := DnsMarshaler.Marshal(this) return []byte(str), err } // UnmarshalJSON is a custom unmarshaler for Weights func (this *Weights) UnmarshalJSON(b []byte) error { return DnsUnmarshaler.Unmarshal(b, this) } var ( DnsMarshaler = &protojson.MarshalOptions{} DnsUnmarshaler = &protojson.UnmarshalOptions{DiscardUnknown: false} )