mirror of https://github.com/status-im/consul.git
67 lines
2.1 KiB
Go
67 lines
2.1 KiB
Go
|
// Code generated by protoc-json-shim. DO NOT EDIT.
|
||
|
package meshv2beta1
|
||
|
|
||
|
import (
|
||
|
protojson "google.golang.org/protobuf/encoding/protojson"
|
||
|
)
|
||
|
|
||
|
// MarshalJSON is a custom marshaler for Destinations
|
||
|
func (this *Destinations) MarshalJSON() ([]byte, error) {
|
||
|
str, err := DestinationsMarshaler.Marshal(this)
|
||
|
return []byte(str), err
|
||
|
}
|
||
|
|
||
|
// UnmarshalJSON is a custom unmarshaler for Destinations
|
||
|
func (this *Destinations) UnmarshalJSON(b []byte) error {
|
||
|
return DestinationsUnmarshaler.Unmarshal(b, this)
|
||
|
}
|
||
|
|
||
|
// MarshalJSON is a custom marshaler for Destination
|
||
|
func (this *Destination) MarshalJSON() ([]byte, error) {
|
||
|
str, err := DestinationsMarshaler.Marshal(this)
|
||
|
return []byte(str), err
|
||
|
}
|
||
|
|
||
|
// UnmarshalJSON is a custom unmarshaler for Destination
|
||
|
func (this *Destination) UnmarshalJSON(b []byte) error {
|
||
|
return DestinationsUnmarshaler.Unmarshal(b, this)
|
||
|
}
|
||
|
|
||
|
// MarshalJSON is a custom marshaler for IPPortAddress
|
||
|
func (this *IPPortAddress) MarshalJSON() ([]byte, error) {
|
||
|
str, err := DestinationsMarshaler.Marshal(this)
|
||
|
return []byte(str), err
|
||
|
}
|
||
|
|
||
|
// UnmarshalJSON is a custom unmarshaler for IPPortAddress
|
||
|
func (this *IPPortAddress) UnmarshalJSON(b []byte) error {
|
||
|
return DestinationsUnmarshaler.Unmarshal(b, this)
|
||
|
}
|
||
|
|
||
|
// MarshalJSON is a custom marshaler for UnixSocketAddress
|
||
|
func (this *UnixSocketAddress) MarshalJSON() ([]byte, error) {
|
||
|
str, err := DestinationsMarshaler.Marshal(this)
|
||
|
return []byte(str), err
|
||
|
}
|
||
|
|
||
|
// UnmarshalJSON is a custom unmarshaler for UnixSocketAddress
|
||
|
func (this *UnixSocketAddress) UnmarshalJSON(b []byte) error {
|
||
|
return DestinationsUnmarshaler.Unmarshal(b, this)
|
||
|
}
|
||
|
|
||
|
// MarshalJSON is a custom marshaler for PreparedQueryDestination
|
||
|
func (this *PreparedQueryDestination) MarshalJSON() ([]byte, error) {
|
||
|
str, err := DestinationsMarshaler.Marshal(this)
|
||
|
return []byte(str), err
|
||
|
}
|
||
|
|
||
|
// UnmarshalJSON is a custom unmarshaler for PreparedQueryDestination
|
||
|
func (this *PreparedQueryDestination) UnmarshalJSON(b []byte) error {
|
||
|
return DestinationsUnmarshaler.Unmarshal(b, this)
|
||
|
}
|
||
|
|
||
|
var (
|
||
|
DestinationsMarshaler = &protojson.MarshalOptions{}
|
||
|
DestinationsUnmarshaler = &protojson.UnmarshalOptions{DiscardUnknown: false}
|
||
|
)
|