consul/proto-public/pbmulticluster/v2beta1/exported_services_consumer_...

23 lines
748 B
Go

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