Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
922 B

// 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}
)