mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
d9432f9032
* Add mesh_configuration.proto * Run make proto * Add cluster scope to MeshConfiguration * Run make proto
19 lines
479 B
Go
19 lines
479 B
Go
// Code generated by protoc-gen-go-binary. DO NOT EDIT.
|
|
// source: pbmesh/v2beta1/mesh_configuration.proto
|
|
|
|
package meshv2beta1
|
|
|
|
import (
|
|
"google.golang.org/protobuf/proto"
|
|
)
|
|
|
|
// MarshalBinary implements encoding.BinaryMarshaler
|
|
func (msg *MeshConfiguration) MarshalBinary() ([]byte, error) {
|
|
return proto.Marshal(msg)
|
|
}
|
|
|
|
// UnmarshalBinary implements encoding.BinaryUnmarshaler
|
|
func (msg *MeshConfiguration) UnmarshalBinary(b []byte) error {
|
|
return proto.Unmarshal(b, msg)
|
|
}
|