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

19 lines
520 B
Go

// Code generated by protoc-gen-go-binary. DO NOT EDIT.
// source: pbmulticluster/v2beta1/partition_exported_services.proto
package multiclusterv2beta1
import (
"google.golang.org/protobuf/proto"
)
// MarshalBinary implements encoding.BinaryMarshaler
func (msg *PartitionExportedServices) MarshalBinary() ([]byte, error) {
return proto.Marshal(msg)
}
// UnmarshalBinary implements encoding.BinaryUnmarshaler
func (msg *PartitionExportedServices) UnmarshalBinary(b []byte) error {
return proto.Unmarshal(b, msg)
}