2023-05-05 13:47:28 +00:00
|
|
|
// Code generated by protoc-gen-go-binary. DO NOT EDIT.
|
2023-09-25 18:03:45 +00:00
|
|
|
// source: pbmesh/v2beta1/destinations.proto
|
2023-05-05 13:47:28 +00:00
|
|
|
|
2023-09-22 16:51:15 +00:00
|
|
|
package meshv2beta1
|
2023-05-05 13:47:28 +00:00
|
|
|
|
|
|
|
import (
|
|
|
|
"google.golang.org/protobuf/proto"
|
|
|
|
)
|
|
|
|
|
|
|
|
// MarshalBinary implements encoding.BinaryMarshaler
|
2023-09-25 18:03:45 +00:00
|
|
|
func (msg *Destinations) MarshalBinary() ([]byte, error) {
|
2023-05-05 13:47:28 +00:00
|
|
|
return proto.Marshal(msg)
|
|
|
|
}
|
|
|
|
|
|
|
|
// UnmarshalBinary implements encoding.BinaryUnmarshaler
|
2023-09-25 18:03:45 +00:00
|
|
|
func (msg *Destinations) UnmarshalBinary(b []byte) error {
|
2023-05-05 13:47:28 +00:00
|
|
|
return proto.Unmarshal(b, msg)
|
|
|
|
}
|
|
|
|
|
|
|
|
// MarshalBinary implements encoding.BinaryMarshaler
|
2023-09-25 18:03:45 +00:00
|
|
|
func (msg *Destination) MarshalBinary() ([]byte, error) {
|
2023-05-05 13:47:28 +00:00
|
|
|
return proto.Marshal(msg)
|
|
|
|
}
|
|
|
|
|
|
|
|
// UnmarshalBinary implements encoding.BinaryUnmarshaler
|
2023-09-25 18:03:45 +00:00
|
|
|
func (msg *Destination) UnmarshalBinary(b []byte) error {
|
2023-05-05 13:47:28 +00:00
|
|
|
return proto.Unmarshal(b, msg)
|
|
|
|
}
|
|
|
|
|
|
|
|
// MarshalBinary implements encoding.BinaryMarshaler
|
2023-07-13 19:06:56 +00:00
|
|
|
func (msg *IPPortAddress) MarshalBinary() ([]byte, error) {
|
2023-05-05 13:47:28 +00:00
|
|
|
return proto.Marshal(msg)
|
|
|
|
}
|
|
|
|
|
|
|
|
// UnmarshalBinary implements encoding.BinaryUnmarshaler
|
2023-07-13 19:06:56 +00:00
|
|
|
func (msg *IPPortAddress) UnmarshalBinary(b []byte) error {
|
2023-05-05 13:47:28 +00:00
|
|
|
return proto.Unmarshal(b, msg)
|
|
|
|
}
|
|
|
|
|
|
|
|
// MarshalBinary implements encoding.BinaryMarshaler
|
|
|
|
func (msg *UnixSocketAddress) MarshalBinary() ([]byte, error) {
|
|
|
|
return proto.Marshal(msg)
|
|
|
|
}
|
|
|
|
|
|
|
|
// UnmarshalBinary implements encoding.BinaryUnmarshaler
|
|
|
|
func (msg *UnixSocketAddress) UnmarshalBinary(b []byte) error {
|
|
|
|
return proto.Unmarshal(b, msg)
|
|
|
|
}
|
|
|
|
|
|
|
|
// MarshalBinary implements encoding.BinaryMarshaler
|
2023-09-25 18:03:45 +00:00
|
|
|
func (msg *PreparedQueryDestination) MarshalBinary() ([]byte, error) {
|
2023-05-05 13:47:28 +00:00
|
|
|
return proto.Marshal(msg)
|
|
|
|
}
|
|
|
|
|
|
|
|
// UnmarshalBinary implements encoding.BinaryUnmarshaler
|
2023-09-25 18:03:45 +00:00
|
|
|
func (msg *PreparedQueryDestination) UnmarshalBinary(b []byte) error {
|
2023-05-05 13:47:28 +00:00
|
|
|
return proto.Unmarshal(b, msg)
|
|
|
|
}
|