consul/proto-public/pbcatalog/v2beta1/node_json.gen.go

34 lines
922 B
Go
Raw Normal View History

// 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 Node
func (this *Node) MarshalJSON() ([]byte, error) {
str, err := NodeMarshaler.Marshal(this)
return []byte(str), err
}
// UnmarshalJSON is a custom unmarshaler for Node
func (this *Node) UnmarshalJSON(b []byte) error {
return NodeUnmarshaler.Unmarshal(b, this)
}
// MarshalJSON is a custom marshaler for NodeAddress
func (this *NodeAddress) MarshalJSON() ([]byte, error) {
str, err := NodeMarshaler.Marshal(this)
return []byte(str), err
}
// UnmarshalJSON is a custom unmarshaler for NodeAddress
func (this *NodeAddress) UnmarshalJSON(b []byte) error {
return NodeUnmarshaler.Unmarshal(b, this)
}
var (
NodeMarshaler = &protojson.MarshalOptions{}
NodeUnmarshaler = &protojson.UnmarshalOptions{DiscardUnknown: false}
)