// Code generated by protoc-gen-go. DO NOT EDIT. // source: base.proto package shop 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 CommonIdReq 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 *CommonIdReq) Reset() { *m = CommonIdReq{} } func (m *CommonIdReq) String() string { return proto.CompactTextString(m) } func (*CommonIdReq) ProtoMessage() {} func (*CommonIdReq) Descriptor() ([]byte, []int) { return fileDescriptor_db1b6b0986796150, []int{0} } func (m *CommonIdReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommonIdReq.Unmarshal(m, b) } func (m *CommonIdReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CommonIdReq.Marshal(b, m, deterministic) } func (m *CommonIdReq) XXX_Merge(src proto.Message) { xxx_messageInfo_CommonIdReq.Merge(m, src) } func (m *CommonIdReq) XXX_Size() int { return xxx_messageInfo_CommonIdReq.Size(m) } func (m *CommonIdReq) XXX_DiscardUnknown() { xxx_messageInfo_CommonIdReq.DiscardUnknown(m) } var xxx_messageInfo_CommonIdReq proto.InternalMessageInfo func (m *CommonIdReq) GetId() string { if m != nil { return m.Id } return "" } type CommonBoolReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CommonBoolReply) Reset() { *m = CommonBoolReply{} } func (m *CommonBoolReply) String() string { return proto.CompactTextString(m) } func (*CommonBoolReply) ProtoMessage() {} func (*CommonBoolReply) Descriptor() ([]byte, []int) { return fileDescriptor_db1b6b0986796150, []int{1} } func (m *CommonBoolReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommonBoolReply.Unmarshal(m, b) } func (m *CommonBoolReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CommonBoolReply.Marshal(b, m, deterministic) } func (m *CommonBoolReply) XXX_Merge(src proto.Message) { xxx_messageInfo_CommonBoolReply.Merge(m, src) } func (m *CommonBoolReply) XXX_Size() int { return xxx_messageInfo_CommonBoolReply.Size(m) } func (m *CommonBoolReply) XXX_DiscardUnknown() { xxx_messageInfo_CommonBoolReply.DiscardUnknown(m) } var xxx_messageInfo_CommonBoolReply proto.InternalMessageInfo type CommonIdsReq struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CommonIdsReq) Reset() { *m = CommonIdsReq{} } func (m *CommonIdsReq) String() string { return proto.CompactTextString(m) } func (*CommonIdsReq) ProtoMessage() {} func (*CommonIdsReq) Descriptor() ([]byte, []int) { return fileDescriptor_db1b6b0986796150, []int{2} } func (m *CommonIdsReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommonIdsReq.Unmarshal(m, b) } func (m *CommonIdsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CommonIdsReq.Marshal(b, m, deterministic) } func (m *CommonIdsReq) XXX_Merge(src proto.Message) { xxx_messageInfo_CommonIdsReq.Merge(m, src) } func (m *CommonIdsReq) XXX_Size() int { return xxx_messageInfo_CommonIdsReq.Size(m) } func (m *CommonIdsReq) XXX_DiscardUnknown() { xxx_messageInfo_CommonIdsReq.DiscardUnknown(m) } var xxx_messageInfo_CommonIdsReq proto.InternalMessageInfo func (m *CommonIdsReq) GetIds() []string { if m != nil { return m.Ids } return nil } type Menu struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *Menu) Reset() { *m = Menu{} } func (m *Menu) String() string { return proto.CompactTextString(m) } func (*Menu) ProtoMessage() {} func (*Menu) Descriptor() ([]byte, []int) { return fileDescriptor_db1b6b0986796150, []int{3} } func (m *Menu) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Menu.Unmarshal(m, b) } func (m *Menu) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_Menu.Marshal(b, m, deterministic) } func (m *Menu) XXX_Merge(src proto.Message) { xxx_messageInfo_Menu.Merge(m, src) } func (m *Menu) XXX_Size() int { return xxx_messageInfo_Menu.Size(m) } func (m *Menu) XXX_DiscardUnknown() { xxx_messageInfo_Menu.DiscardUnknown(m) } var xxx_messageInfo_Menu proto.InternalMessageInfo func (m *Menu) GetId() string { if m != nil { return m.Id } return "" } func (m *Menu) GetName() string { if m != nil { return m.Name } return "" } type Appendix struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *Appendix) Reset() { *m = Appendix{} } func (m *Appendix) String() string { return proto.CompactTextString(m) } func (*Appendix) ProtoMessage() {} func (*Appendix) Descriptor() ([]byte, []int) { return fileDescriptor_db1b6b0986796150, []int{4} } func (m *Appendix) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Appendix.Unmarshal(m, b) } func (m *Appendix) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_Appendix.Marshal(b, m, deterministic) } func (m *Appendix) XXX_Merge(src proto.Message) { xxx_messageInfo_Appendix.Merge(m, src) } func (m *Appendix) XXX_Size() int { return xxx_messageInfo_Appendix.Size(m) } func (m *Appendix) XXX_DiscardUnknown() { xxx_messageInfo_Appendix.DiscardUnknown(m) } var xxx_messageInfo_Appendix proto.InternalMessageInfo func (m *Appendix) GetName() string { if m != nil { return m.Name } return "" } func (m *Appendix) GetUrl() string { if m != nil { return m.Url } return "" } func init() { proto.RegisterType((*CommonIdReq)(nil), "shop.CommonIdReq") proto.RegisterType((*CommonBoolReply)(nil), "shop.CommonBoolReply") proto.RegisterType((*CommonIdsReq)(nil), "shop.CommonIdsReq") proto.RegisterType((*Menu)(nil), "shop.Menu") proto.RegisterType((*Appendix)(nil), "shop.Appendix") } func init() { proto.RegisterFile("base.proto", fileDescriptor_db1b6b0986796150) } var fileDescriptor_db1b6b0986796150 = []byte{ // 166 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x4a, 0x4a, 0x2c, 0x4e, 0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x29, 0xce, 0xc8, 0x2f, 0x50, 0x92, 0xe5, 0xe2, 0x76, 0xce, 0xcf, 0xcd, 0xcd, 0xcf, 0xf3, 0x4c, 0x09, 0x4a, 0x2d, 0x14, 0xe2, 0xe3, 0x62, 0xca, 0x4c, 0x91, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x0c, 0x62, 0xca, 0x4c, 0x51, 0x12, 0xe4, 0xe2, 0x87, 0x48, 0x3b, 0xe5, 0xe7, 0xe7, 0x04, 0xa5, 0x16, 0xe4, 0x54, 0x2a, 0x29, 0x70, 0xf1, 0xc0, 0x74, 0x14, 0x83, 0xb4, 0x08, 0x70, 0x31, 0x67, 0xa6, 0x14, 0x4b, 0x30, 0x2a, 0x30, 0x6b, 0x70, 0x06, 0x81, 0x98, 0x4a, 0x5a, 0x5c, 0x2c, 0xbe, 0xa9, 0x79, 0xa5, 0xe8, 0x86, 0x09, 0x09, 0x71, 0xb1, 0xe4, 0x25, 0xe6, 0xa6, 0x4a, 0x30, 0x81, 0x45, 0xc0, 0x6c, 0x25, 0x03, 0x2e, 0x0e, 0xc7, 0x82, 0x82, 0xd4, 0xbc, 0x94, 0xcc, 0x0a, 0xb8, 0x3c, 0x23, 0x42, 0x1e, 0x64, 0x7a, 0x69, 0x51, 0x0e, 0x54, 0x0b, 0x88, 0x99, 0xc4, 0x06, 0x76, 0xbe, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x65, 0x5b, 0x1d, 0xdc, 0xcc, 0x00, 0x00, 0x00, }