mirror of https://github.com/status-im/consul.git
34 lines
922 B
Go
34 lines
922 B
Go
// 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}
|
|
)
|