123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // source: base.proto
- package base
- 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 IdRequest 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 *IdRequest) Reset() { *m = IdRequest{} }
- func (m *IdRequest) String() string { return proto.CompactTextString(m) }
- func (*IdRequest) ProtoMessage() {}
- func (*IdRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_db1b6b0986796150, []int{0}
- }
- func (m *IdRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_IdRequest.Unmarshal(m, b)
- }
- func (m *IdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_IdRequest.Marshal(b, m, deterministic)
- }
- func (m *IdRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_IdRequest.Merge(m, src)
- }
- func (m *IdRequest) XXX_Size() int {
- return xxx_messageInfo_IdRequest.Size(m)
- }
- func (m *IdRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_IdRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_IdRequest proto.InternalMessageInfo
- func (m *IdRequest) GetId() string {
- if m != nil {
- return m.Id
- }
- return ""
- }
- type EmptyResponse struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *EmptyResponse) Reset() { *m = EmptyResponse{} }
- func (m *EmptyResponse) String() string { return proto.CompactTextString(m) }
- func (*EmptyResponse) ProtoMessage() {}
- func (*EmptyResponse) Descriptor() ([]byte, []int) {
- return fileDescriptor_db1b6b0986796150, []int{1}
- }
- func (m *EmptyResponse) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_EmptyResponse.Unmarshal(m, b)
- }
- func (m *EmptyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_EmptyResponse.Marshal(b, m, deterministic)
- }
- func (m *EmptyResponse) XXX_Merge(src proto.Message) {
- xxx_messageInfo_EmptyResponse.Merge(m, src)
- }
- func (m *EmptyResponse) XXX_Size() int {
- return xxx_messageInfo_EmptyResponse.Size(m)
- }
- func (m *EmptyResponse) XXX_DiscardUnknown() {
- xxx_messageInfo_EmptyResponse.DiscardUnknown(m)
- }
- var xxx_messageInfo_EmptyResponse proto.InternalMessageInfo
- func init() {
- proto.RegisterType((*IdRequest)(nil), "base.IdRequest")
- proto.RegisterType((*EmptyResponse)(nil), "base.EmptyResponse")
- }
- func init() { proto.RegisterFile("base.proto", fileDescriptor_db1b6b0986796150) }
- var fileDescriptor_db1b6b0986796150 = []byte{
- // 91 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, 0x01, 0xb1, 0x95, 0xa4, 0xb9, 0x38, 0x3d, 0x53,
- 0x82, 0x52, 0x0b, 0x4b, 0x53, 0x8b, 0x4b, 0x84, 0xf8, 0xb8, 0x98, 0x32, 0x53, 0x24, 0x18, 0x15,
- 0x18, 0x35, 0x38, 0x83, 0x98, 0x32, 0x53, 0x94, 0xf8, 0xb9, 0x78, 0x5d, 0x73, 0x0b, 0x4a, 0x2a,
- 0x83, 0x52, 0x8b, 0x0b, 0xf2, 0xf3, 0x8a, 0x53, 0x93, 0xd8, 0xc0, 0x5a, 0x8d, 0x01, 0x01, 0x00,
- 0x00, 0xff, 0xff, 0xe1, 0x39, 0x3c, 0x22, 0x48, 0x00, 0x00, 0x00,
- }
|