21 lines
484 B
Go
21 lines
484 B
Go
// +build !consulent
|
|
|
|
// Code generated by protoc-gen-go-binary. DO NOT EDIT.
|
|
// source: proto/pbcommon/common_oss.proto
|
|
|
|
package pbcommon
|
|
|
|
import (
|
|
"github.com/golang/protobuf/proto"
|
|
)
|
|
|
|
// MarshalBinary implements encoding.BinaryMarshaler
|
|
func (msg *EnterpriseMeta) MarshalBinary() ([]byte, error) {
|
|
return proto.Marshal(msg)
|
|
}
|
|
|
|
// UnmarshalBinary implements encoding.BinaryUnmarshaler
|
|
func (msg *EnterpriseMeta) UnmarshalBinary(b []byte) error {
|
|
return proto.Unmarshal(b, msg)
|
|
}
|