blob: ebb308431571553d5c9b086b6c00d2f8e2fa82f0 [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: client/client_id.proto
package client
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
type ClientId struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ClientId) Reset() { *m = ClientId{} }
func (m *ClientId) String() string { return proto.CompactTextString(m) }
func (*ClientId) ProtoMessage() {}
func (*ClientId) Descriptor() ([]byte, []int) {
return fileDescriptor_71bda6001564ccc8, []int{0}
}
func (m *ClientId) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ClientId.Unmarshal(m, b)
}
func (m *ClientId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ClientId.Marshal(b, m, deterministic)
}
func (m *ClientId) XXX_Merge(src proto.Message) {
xxx_messageInfo_ClientId.Merge(m, src)
}
func (m *ClientId) XXX_Size() int {
return xxx_messageInfo_ClientId.Size(m)
}
func (m *ClientId) XXX_DiscardUnknown() {
xxx_messageInfo_ClientId.DiscardUnknown(m)
}
var xxx_messageInfo_ClientId proto.InternalMessageInfo
func (m *ClientId) GetId() string {
if m != nil {
return m.Id
}
return ""
}
func init() {
proto.RegisterType((*ClientId)(nil), "client.ClientId")
}
func init() { proto.RegisterFile("client/client_id.proto", fileDescriptor_71bda6001564ccc8) }
var fileDescriptor_71bda6001564ccc8 = []byte{
// 115 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x4b, 0xce, 0xc9, 0x4c,
0xcd, 0x2b, 0xd1, 0x87, 0x50, 0xf1, 0x99, 0x29, 0x7a, 0x05, 0x45, 0xf9, 0x25, 0xf9, 0x42, 0x6c,
0x10, 0x01, 0x25, 0x29, 0x2e, 0x0e, 0x67, 0x30, 0xcb, 0x33, 0x45, 0x88, 0x8f, 0x8b, 0x29, 0x33,
0x45, 0x82, 0x51, 0x81, 0x51, 0x83, 0x33, 0x88, 0x29, 0x33, 0xc5, 0xc9, 0x28, 0xca, 0x20, 0x3d,
0x5f, 0x2f, 0x39, 0xa3, 0x28, 0x3f, 0x37, 0xb3, 0x34, 0x57, 0x2f, 0xbf, 0x28, 0x5d, 0x1f, 0xc6,
0xc9, 0x2f, 0xd6, 0xcf, 0xcc, 0x4b, 0x2b, 0x4a, 0xd4, 0x07, 0x9b, 0xa6, 0x9f, 0x9e, 0x0f, 0xb5,
0x20, 0x89, 0x0d, 0x2c, 0x60, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xb1, 0x5d, 0x51, 0x8a, 0x78,
0x00, 0x00, 0x00,
}