2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-12 14:55:02 +00:00
2023-10-16 21:43:47 +00:00

23 lines
623 B
Go

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