// Code generated by protoc-gen-go. DO NOT EDIT. // source: activatecode.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 ActivateCodeDetail struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"` CreateUserId string `protobuf:"bytes,3,opt,name=createUserId,proto3" json:"createUserId,omitempty"` ChCount int32 `protobuf:"varint,4,opt,name=chCount,proto3" json:"chCount,omitempty"` AuthCount int32 `protobuf:"varint,5,opt,name=authCount,proto3" json:"authCount,omitempty"` DevInstallLimit int32 `protobuf:"varint,6,opt,name=devInstallLimit,proto3" json:"devInstallLimit,omitempty"` UsedCount int32 `protobuf:"varint,7,opt,name=usedCount,proto3" json:"usedCount,omitempty"` ActivateUserName string `protobuf:"bytes,8,opt,name=activateUserName,proto3" json:"activateUserName,omitempty"` ActivateTime string `protobuf:"bytes,9,opt,name=activateTime,proto3" json:"activateTime,omitempty"` ServeYear int32 `protobuf:"varint,10,opt,name=serveYear,proto3" json:"serveYear,omitempty"` Status int32 `protobuf:"varint,11,opt,name=status,proto3" json:"status,omitempty"` Source int32 `protobuf:"varint,12,opt,name=source,proto3" json:"source,omitempty"` CreateUserName string `protobuf:"bytes,13,opt,name=createUserName,proto3" json:"createUserName,omitempty"` CreateTime string `protobuf:"bytes,14,opt,name=createTime,proto3" json:"createTime,omitempty"` ProductInfo *CodeProductDetail `protobuf:"bytes,15,opt,name=productInfo,proto3" json:"productInfo,omitempty"` OrderMoney float32 `protobuf:"fixed32,16,opt,name=orderMoney,proto3" json:"orderMoney,omitempty"` ModuleNames []string `protobuf:"bytes,17,rep,name=moduleNames,proto3" json:"moduleNames,omitempty"` SdkNames []string `protobuf:"bytes,18,rep,name=sdkNames,proto3" json:"sdkNames,omitempty"` OrderNum string `protobuf:"bytes,19,opt,name=orderNum,proto3" json:"orderNum,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ActivateCodeDetail) Reset() { *m = ActivateCodeDetail{} } func (m *ActivateCodeDetail) String() string { return proto.CompactTextString(m) } func (*ActivateCodeDetail) ProtoMessage() {} func (*ActivateCodeDetail) Descriptor() ([]byte, []int) { return fileDescriptor_c1979f1928e42e19, []int{0} } func (m *ActivateCodeDetail) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ActivateCodeDetail.Unmarshal(m, b) } func (m *ActivateCodeDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ActivateCodeDetail.Marshal(b, m, deterministic) } func (m *ActivateCodeDetail) XXX_Merge(src proto.Message) { xxx_messageInfo_ActivateCodeDetail.Merge(m, src) } func (m *ActivateCodeDetail) XXX_Size() int { return xxx_messageInfo_ActivateCodeDetail.Size(m) } func (m *ActivateCodeDetail) XXX_DiscardUnknown() { xxx_messageInfo_ActivateCodeDetail.DiscardUnknown(m) } var xxx_messageInfo_ActivateCodeDetail proto.InternalMessageInfo func (m *ActivateCodeDetail) GetId() string { if m != nil { return m.Id } return "" } func (m *ActivateCodeDetail) GetCode() string { if m != nil { return m.Code } return "" } func (m *ActivateCodeDetail) GetCreateUserId() string { if m != nil { return m.CreateUserId } return "" } func (m *ActivateCodeDetail) GetChCount() int32 { if m != nil { return m.ChCount } return 0 } func (m *ActivateCodeDetail) GetAuthCount() int32 { if m != nil { return m.AuthCount } return 0 } func (m *ActivateCodeDetail) GetDevInstallLimit() int32 { if m != nil { return m.DevInstallLimit } return 0 } func (m *ActivateCodeDetail) GetUsedCount() int32 { if m != nil { return m.UsedCount } return 0 } func (m *ActivateCodeDetail) GetActivateUserName() string { if m != nil { return m.ActivateUserName } return "" } func (m *ActivateCodeDetail) GetActivateTime() string { if m != nil { return m.ActivateTime } return "" } func (m *ActivateCodeDetail) GetServeYear() int32 { if m != nil { return m.ServeYear } return 0 } func (m *ActivateCodeDetail) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *ActivateCodeDetail) GetSource() int32 { if m != nil { return m.Source } return 0 } func (m *ActivateCodeDetail) GetCreateUserName() string { if m != nil { return m.CreateUserName } return "" } func (m *ActivateCodeDetail) GetCreateTime() string { if m != nil { return m.CreateTime } return "" } func (m *ActivateCodeDetail) GetProductInfo() *CodeProductDetail { if m != nil { return m.ProductInfo } return nil } func (m *ActivateCodeDetail) GetOrderMoney() float32 { if m != nil { return m.OrderMoney } return 0 } func (m *ActivateCodeDetail) GetModuleNames() []string { if m != nil { return m.ModuleNames } return nil } func (m *ActivateCodeDetail) GetSdkNames() []string { if m != nil { return m.SdkNames } return nil } func (m *ActivateCodeDetail) GetOrderNum() string { if m != nil { return m.OrderNum } return "" } type CodeProductDetail struct { ProductId string `protobuf:"bytes,1,opt,name=productId,proto3" json:"productId,omitempty"` ProductName string `protobuf:"bytes,2,opt,name=productName,proto3" json:"productName,omitempty"` ProductType int32 `protobuf:"varint,3,opt,name=productType,proto3" json:"productType,omitempty"` ProductTypeName string `protobuf:"bytes,4,opt,name=productTypeName,proto3" json:"productTypeName,omitempty"` ProductVersion string `protobuf:"bytes,5,opt,name=productVersion,proto3" json:"productVersion,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CodeProductDetail) Reset() { *m = CodeProductDetail{} } func (m *CodeProductDetail) String() string { return proto.CompactTextString(m) } func (*CodeProductDetail) ProtoMessage() {} func (*CodeProductDetail) Descriptor() ([]byte, []int) { return fileDescriptor_c1979f1928e42e19, []int{1} } func (m *CodeProductDetail) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CodeProductDetail.Unmarshal(m, b) } func (m *CodeProductDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CodeProductDetail.Marshal(b, m, deterministic) } func (m *CodeProductDetail) XXX_Merge(src proto.Message) { xxx_messageInfo_CodeProductDetail.Merge(m, src) } func (m *CodeProductDetail) XXX_Size() int { return xxx_messageInfo_CodeProductDetail.Size(m) } func (m *CodeProductDetail) XXX_DiscardUnknown() { xxx_messageInfo_CodeProductDetail.DiscardUnknown(m) } var xxx_messageInfo_CodeProductDetail proto.InternalMessageInfo func (m *CodeProductDetail) GetProductId() string { if m != nil { return m.ProductId } return "" } func (m *CodeProductDetail) GetProductName() string { if m != nil { return m.ProductName } return "" } func (m *CodeProductDetail) GetProductType() int32 { if m != nil { return m.ProductType } return 0 } func (m *CodeProductDetail) GetProductTypeName() string { if m != nil { return m.ProductTypeName } return "" } func (m *CodeProductDetail) GetProductVersion() string { if m != nil { return m.ProductVersion } return "" } type AddActivateCodeReq struct { ProductType int32 `protobuf:"varint,1,opt,name=productType,proto3" json:"productType,omitempty"` ProductId string `protobuf:"bytes,2,opt,name=productId,proto3" json:"productId,omitempty"` ModuleIds []string `protobuf:"bytes,3,rep,name=moduleIds,proto3" json:"moduleIds,omitempty"` ChCount int32 `protobuf:"varint,4,opt,name=chCount,proto3" json:"chCount,omitempty"` AuthCount int32 `protobuf:"varint,5,opt,name=authCount,proto3" json:"authCount,omitempty"` SdkIds []string `protobuf:"bytes,6,rep,name=sdkIds,proto3" json:"sdkIds,omitempty"` DevCount int32 `protobuf:"varint,7,opt,name=devCount,proto3" json:"devCount,omitempty"` ServeYear int32 `protobuf:"varint,8,opt,name=serveYear,proto3" json:"serveYear,omitempty"` UserId string `protobuf:"bytes,9,opt,name=userId,proto3" json:"userId,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *AddActivateCodeReq) Reset() { *m = AddActivateCodeReq{} } func (m *AddActivateCodeReq) String() string { return proto.CompactTextString(m) } func (*AddActivateCodeReq) ProtoMessage() {} func (*AddActivateCodeReq) Descriptor() ([]byte, []int) { return fileDescriptor_c1979f1928e42e19, []int{2} } func (m *AddActivateCodeReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AddActivateCodeReq.Unmarshal(m, b) } func (m *AddActivateCodeReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_AddActivateCodeReq.Marshal(b, m, deterministic) } func (m *AddActivateCodeReq) XXX_Merge(src proto.Message) { xxx_messageInfo_AddActivateCodeReq.Merge(m, src) } func (m *AddActivateCodeReq) XXX_Size() int { return xxx_messageInfo_AddActivateCodeReq.Size(m) } func (m *AddActivateCodeReq) XXX_DiscardUnknown() { xxx_messageInfo_AddActivateCodeReq.DiscardUnknown(m) } var xxx_messageInfo_AddActivateCodeReq proto.InternalMessageInfo func (m *AddActivateCodeReq) GetProductType() int32 { if m != nil { return m.ProductType } return 0 } func (m *AddActivateCodeReq) GetProductId() string { if m != nil { return m.ProductId } return "" } func (m *AddActivateCodeReq) GetModuleIds() []string { if m != nil { return m.ModuleIds } return nil } func (m *AddActivateCodeReq) GetChCount() int32 { if m != nil { return m.ChCount } return 0 } func (m *AddActivateCodeReq) GetAuthCount() int32 { if m != nil { return m.AuthCount } return 0 } func (m *AddActivateCodeReq) GetSdkIds() []string { if m != nil { return m.SdkIds } return nil } func (m *AddActivateCodeReq) GetDevCount() int32 { if m != nil { return m.DevCount } return 0 } func (m *AddActivateCodeReq) GetServeYear() int32 { if m != nil { return m.ServeYear } return 0 } func (m *AddActivateCodeReq) GetUserId() string { if m != nil { return m.UserId } return "" } type AddActivateCodeReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *AddActivateCodeReply) Reset() { *m = AddActivateCodeReply{} } func (m *AddActivateCodeReply) String() string { return proto.CompactTextString(m) } func (*AddActivateCodeReply) ProtoMessage() {} func (*AddActivateCodeReply) Descriptor() ([]byte, []int) { return fileDescriptor_c1979f1928e42e19, []int{3} } func (m *AddActivateCodeReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AddActivateCodeReply.Unmarshal(m, b) } func (m *AddActivateCodeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_AddActivateCodeReply.Marshal(b, m, deterministic) } func (m *AddActivateCodeReply) XXX_Merge(src proto.Message) { xxx_messageInfo_AddActivateCodeReply.Merge(m, src) } func (m *AddActivateCodeReply) XXX_Size() int { return xxx_messageInfo_AddActivateCodeReply.Size(m) } func (m *AddActivateCodeReply) XXX_DiscardUnknown() { xxx_messageInfo_AddActivateCodeReply.DiscardUnknown(m) } var xxx_messageInfo_AddActivateCodeReply proto.InternalMessageInfo type ShowActivateCodeReq struct { ActivateCode string `protobuf:"bytes,1,opt,name=activateCode,proto3" json:"activateCode,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ShowActivateCodeReq) Reset() { *m = ShowActivateCodeReq{} } func (m *ShowActivateCodeReq) String() string { return proto.CompactTextString(m) } func (*ShowActivateCodeReq) ProtoMessage() {} func (*ShowActivateCodeReq) Descriptor() ([]byte, []int) { return fileDescriptor_c1979f1928e42e19, []int{4} } func (m *ShowActivateCodeReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ShowActivateCodeReq.Unmarshal(m, b) } func (m *ShowActivateCodeReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ShowActivateCodeReq.Marshal(b, m, deterministic) } func (m *ShowActivateCodeReq) XXX_Merge(src proto.Message) { xxx_messageInfo_ShowActivateCodeReq.Merge(m, src) } func (m *ShowActivateCodeReq) XXX_Size() int { return xxx_messageInfo_ShowActivateCodeReq.Size(m) } func (m *ShowActivateCodeReq) XXX_DiscardUnknown() { xxx_messageInfo_ShowActivateCodeReq.DiscardUnknown(m) } var xxx_messageInfo_ShowActivateCodeReq proto.InternalMessageInfo func (m *ShowActivateCodeReq) GetActivateCode() string { if m != nil { return m.ActivateCode } return "" } type GetAllActivateCodeReq struct { ProductType int32 `protobuf:"varint,1,opt,name=productType,proto3" json:"productType,omitempty"` ProductIds []string `protobuf:"bytes,2,rep,name=productIds,proto3" json:"productIds,omitempty"` InputText string `protobuf:"bytes,3,opt,name=inputText,proto3" json:"inputText,omitempty"` Page int32 `protobuf:"varint,4,opt,name=page,proto3" json:"page,omitempty"` Size int32 `protobuf:"varint,5,opt,name=size,proto3" json:"size,omitempty"` OrderName string `protobuf:"bytes,6,opt,name=orderName,proto3" json:"orderName,omitempty"` OrderType string `protobuf:"bytes,7,opt,name=orderType,proto3" json:"orderType,omitempty"` UserId string `protobuf:"bytes,8,opt,name=userId,proto3" json:"userId,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GetAllActivateCodeReq) Reset() { *m = GetAllActivateCodeReq{} } func (m *GetAllActivateCodeReq) String() string { return proto.CompactTextString(m) } func (*GetAllActivateCodeReq) ProtoMessage() {} func (*GetAllActivateCodeReq) Descriptor() ([]byte, []int) { return fileDescriptor_c1979f1928e42e19, []int{5} } func (m *GetAllActivateCodeReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAllActivateCodeReq.Unmarshal(m, b) } func (m *GetAllActivateCodeReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GetAllActivateCodeReq.Marshal(b, m, deterministic) } func (m *GetAllActivateCodeReq) XXX_Merge(src proto.Message) { xxx_messageInfo_GetAllActivateCodeReq.Merge(m, src) } func (m *GetAllActivateCodeReq) XXX_Size() int { return xxx_messageInfo_GetAllActivateCodeReq.Size(m) } func (m *GetAllActivateCodeReq) XXX_DiscardUnknown() { xxx_messageInfo_GetAllActivateCodeReq.DiscardUnknown(m) } var xxx_messageInfo_GetAllActivateCodeReq proto.InternalMessageInfo func (m *GetAllActivateCodeReq) GetProductType() int32 { if m != nil { return m.ProductType } return 0 } func (m *GetAllActivateCodeReq) GetProductIds() []string { if m != nil { return m.ProductIds } return nil } func (m *GetAllActivateCodeReq) GetInputText() string { if m != nil { return m.InputText } return "" } func (m *GetAllActivateCodeReq) GetPage() int32 { if m != nil { return m.Page } return 0 } func (m *GetAllActivateCodeReq) GetSize() int32 { if m != nil { return m.Size } return 0 } func (m *GetAllActivateCodeReq) GetOrderName() string { if m != nil { return m.OrderName } return "" } func (m *GetAllActivateCodeReq) GetOrderType() string { if m != nil { return m.OrderType } return "" } func (m *GetAllActivateCodeReq) GetUserId() string { if m != nil { return m.UserId } return "" } type GetAllActivateCodeResp struct { Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` List []*ActivateCodeDetail `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GetAllActivateCodeResp) Reset() { *m = GetAllActivateCodeResp{} } func (m *GetAllActivateCodeResp) String() string { return proto.CompactTextString(m) } func (*GetAllActivateCodeResp) ProtoMessage() {} func (*GetAllActivateCodeResp) Descriptor() ([]byte, []int) { return fileDescriptor_c1979f1928e42e19, []int{6} } func (m *GetAllActivateCodeResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAllActivateCodeResp.Unmarshal(m, b) } func (m *GetAllActivateCodeResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GetAllActivateCodeResp.Marshal(b, m, deterministic) } func (m *GetAllActivateCodeResp) XXX_Merge(src proto.Message) { xxx_messageInfo_GetAllActivateCodeResp.Merge(m, src) } func (m *GetAllActivateCodeResp) XXX_Size() int { return xxx_messageInfo_GetAllActivateCodeResp.Size(m) } func (m *GetAllActivateCodeResp) XXX_DiscardUnknown() { xxx_messageInfo_GetAllActivateCodeResp.DiscardUnknown(m) } var xxx_messageInfo_GetAllActivateCodeResp proto.InternalMessageInfo func (m *GetAllActivateCodeResp) GetTotal() int32 { if m != nil { return m.Total } return 0 } func (m *GetAllActivateCodeResp) GetList() []*ActivateCodeDetail { if m != nil { return m.List } return nil } type ActiveReq struct { CurUserId string `protobuf:"bytes,1,opt,name=curUserId,proto3" json:"curUserId,omitempty"` Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"` ProductId string `protobuf:"bytes,3,opt,name=productId,proto3" json:"productId,omitempty"` DeviceIds []string `protobuf:"bytes,4,rep,name=deviceIds,proto3" json:"deviceIds,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ActiveReq) Reset() { *m = ActiveReq{} } func (m *ActiveReq) String() string { return proto.CompactTextString(m) } func (*ActiveReq) ProtoMessage() {} func (*ActiveReq) Descriptor() ([]byte, []int) { return fileDescriptor_c1979f1928e42e19, []int{7} } func (m *ActiveReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ActiveReq.Unmarshal(m, b) } func (m *ActiveReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ActiveReq.Marshal(b, m, deterministic) } func (m *ActiveReq) XXX_Merge(src proto.Message) { xxx_messageInfo_ActiveReq.Merge(m, src) } func (m *ActiveReq) XXX_Size() int { return xxx_messageInfo_ActiveReq.Size(m) } func (m *ActiveReq) XXX_DiscardUnknown() { xxx_messageInfo_ActiveReq.DiscardUnknown(m) } var xxx_messageInfo_ActiveReq proto.InternalMessageInfo func (m *ActiveReq) GetCurUserId() string { if m != nil { return m.CurUserId } return "" } func (m *ActiveReq) GetCode() string { if m != nil { return m.Code } return "" } func (m *ActiveReq) GetProductId() string { if m != nil { return m.ProductId } return "" } func (m *ActiveReq) GetDeviceIds() []string { if m != nil { return m.DeviceIds } return nil } type ActiveReply struct { ActivateCode string `protobuf:"bytes,1,opt,name=activateCode,proto3" json:"activateCode,omitempty"` ProductName string `protobuf:"bytes,2,opt,name=productName,proto3" json:"productName,omitempty"` ChCount int32 `protobuf:"varint,3,opt,name=chCount,proto3" json:"chCount,omitempty"` AuthCount int32 `protobuf:"varint,4,opt,name=authCount,proto3" json:"authCount,omitempty"` DevInstallLimit int32 `protobuf:"varint,5,opt,name=devInstallLimit,proto3" json:"devInstallLimit,omitempty"` ModuleNames []string `protobuf:"bytes,6,rep,name=moduleNames,proto3" json:"moduleNames,omitempty"` SdkNames []string `protobuf:"bytes,7,rep,name=sdkNames,proto3" json:"sdkNames,omitempty"` ServeExpireTime string `protobuf:"bytes,8,opt,name=serveExpireTime,proto3" json:"serveExpireTime,omitempty"` DownloadLink string `protobuf:"bytes,9,opt,name=downloadLink,proto3" json:"downloadLink,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ActiveReply) Reset() { *m = ActiveReply{} } func (m *ActiveReply) String() string { return proto.CompactTextString(m) } func (*ActiveReply) ProtoMessage() {} func (*ActiveReply) Descriptor() ([]byte, []int) { return fileDescriptor_c1979f1928e42e19, []int{8} } func (m *ActiveReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ActiveReply.Unmarshal(m, b) } func (m *ActiveReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ActiveReply.Marshal(b, m, deterministic) } func (m *ActiveReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ActiveReply.Merge(m, src) } func (m *ActiveReply) XXX_Size() int { return xxx_messageInfo_ActiveReply.Size(m) } func (m *ActiveReply) XXX_DiscardUnknown() { xxx_messageInfo_ActiveReply.DiscardUnknown(m) } var xxx_messageInfo_ActiveReply proto.InternalMessageInfo func (m *ActiveReply) GetActivateCode() string { if m != nil { return m.ActivateCode } return "" } func (m *ActiveReply) GetProductName() string { if m != nil { return m.ProductName } return "" } func (m *ActiveReply) GetChCount() int32 { if m != nil { return m.ChCount } return 0 } func (m *ActiveReply) GetAuthCount() int32 { if m != nil { return m.AuthCount } return 0 } func (m *ActiveReply) GetDevInstallLimit() int32 { if m != nil { return m.DevInstallLimit } return 0 } func (m *ActiveReply) GetModuleNames() []string { if m != nil { return m.ModuleNames } return nil } func (m *ActiveReply) GetSdkNames() []string { if m != nil { return m.SdkNames } return nil } func (m *ActiveReply) GetServeExpireTime() string { if m != nil { return m.ServeExpireTime } return "" } func (m *ActiveReply) GetDownloadLink() string { if m != nil { return m.DownloadLink } return "" } func init() { proto.RegisterType((*ActivateCodeDetail)(nil), "shop.ActivateCodeDetail") proto.RegisterType((*CodeProductDetail)(nil), "shop.CodeProductDetail") proto.RegisterType((*AddActivateCodeReq)(nil), "shop.AddActivateCodeReq") proto.RegisterType((*AddActivateCodeReply)(nil), "shop.AddActivateCodeReply") proto.RegisterType((*ShowActivateCodeReq)(nil), "shop.ShowActivateCodeReq") proto.RegisterType((*GetAllActivateCodeReq)(nil), "shop.GetAllActivateCodeReq") proto.RegisterType((*GetAllActivateCodeResp)(nil), "shop.GetAllActivateCodeResp") proto.RegisterType((*ActiveReq)(nil), "shop.ActiveReq") proto.RegisterType((*ActiveReply)(nil), "shop.ActiveReply") } func init() { proto.RegisterFile("activatecode.proto", fileDescriptor_c1979f1928e42e19) } var fileDescriptor_c1979f1928e42e19 = []byte{ // 832 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x96, 0xcf, 0x6e, 0xfb, 0x44, 0x10, 0xc7, 0x6b, 0xc7, 0xf9, 0xe3, 0xc9, 0x8f, 0xa6, 0xdd, 0x96, 0xb2, 0x84, 0xa8, 0x8a, 0x7c, 0x40, 0x11, 0x42, 0x39, 0x94, 0x53, 0x8f, 0x55, 0x41, 0x28, 0x52, 0xa9, 0xc0, 0x2d, 0x48, 0x48, 0x5c, 0x8c, 0x77, 0xa1, 0x56, 0x1d, 0xaf, 0xf1, 0xae, 0xd3, 0x86, 0xe7, 0xe0, 0x39, 0x78, 0x07, 0x4e, 0x3c, 0x10, 0x07, 0xae, 0x68, 0x67, 0x6d, 0x67, 0xe3, 0xa4, 0x55, 0xf9, 0xdd, 0x32, 0x9f, 0x59, 0x8f, 0x67, 0x66, 0xbf, 0x33, 0x0e, 0x90, 0x28, 0x56, 0xc9, 0x2a, 0x52, 0x3c, 0x16, 0x8c, 0xcf, 0xf3, 0x42, 0x28, 0x41, 0x3c, 0xf9, 0x20, 0xf2, 0xe0, 0x5f, 0x0f, 0xc8, 0x55, 0xe5, 0xbc, 0x16, 0x8c, 0x7f, 0xc9, 0x55, 0x94, 0xa4, 0xe4, 0x10, 0xdc, 0x84, 0x51, 0x67, 0xea, 0xcc, 0xfc, 0xd0, 0x4d, 0x18, 0x21, 0xe0, 0xe9, 0x47, 0xa9, 0x8b, 0x04, 0x7f, 0x93, 0x00, 0xde, 0xc5, 0x05, 0x8f, 0x14, 0xff, 0x5e, 0xf2, 0x62, 0xc1, 0x68, 0x07, 0x7d, 0x5b, 0x8c, 0x50, 0xe8, 0xc7, 0x0f, 0xd7, 0xa2, 0xcc, 0x14, 0xf5, 0xa6, 0xce, 0xac, 0x1b, 0xd6, 0x26, 0x99, 0x80, 0x1f, 0x95, 0xaa, 0xf2, 0x75, 0xd1, 0xb7, 0x01, 0x64, 0x06, 0x23, 0xc6, 0x57, 0x8b, 0x4c, 0xaa, 0x28, 0x4d, 0x6f, 0x92, 0x65, 0xa2, 0x68, 0x0f, 0xcf, 0xb4, 0xb1, 0x8e, 0x53, 0x4a, 0xce, 0x4c, 0x9c, 0xbe, 0x89, 0xd3, 0x00, 0xf2, 0x19, 0x1c, 0xd5, 0xa5, 0xeb, 0x8c, 0x6e, 0xa3, 0x25, 0xa7, 0x03, 0xcc, 0x73, 0x87, 0xeb, 0x7a, 0x6a, 0x76, 0x9f, 0x2c, 0x39, 0xf5, 0x4d, 0x3d, 0x36, 0xd3, 0x6f, 0x93, 0xbc, 0x58, 0xf1, 0x1f, 0x79, 0x54, 0x50, 0x30, 0x6f, 0x6b, 0x00, 0x39, 0x83, 0x9e, 0x54, 0x91, 0x2a, 0x25, 0x1d, 0xa2, 0xab, 0xb2, 0x90, 0x8b, 0xb2, 0x88, 0x39, 0x7d, 0x57, 0x71, 0xb4, 0xc8, 0xa7, 0x70, 0xb8, 0xe9, 0x16, 0xe6, 0xf6, 0x01, 0xbe, 0xb3, 0x45, 0xc9, 0x39, 0x80, 0x21, 0x98, 0xd7, 0x21, 0x9e, 0xb1, 0x08, 0xb9, 0x84, 0x61, 0x5e, 0x08, 0x56, 0xc6, 0x6a, 0x91, 0xfd, 0x22, 0xe8, 0x68, 0xea, 0xcc, 0x86, 0x17, 0x1f, 0xcd, 0xf5, 0x05, 0xcf, 0xf5, 0xa5, 0x7e, 0x6b, 0x9c, 0xe6, 0x6e, 0x43, 0xfb, 0xac, 0x0e, 0x2d, 0x0a, 0xc6, 0x8b, 0x6f, 0x44, 0xc6, 0xd7, 0xf4, 0x68, 0xea, 0xcc, 0xdc, 0xd0, 0x22, 0x64, 0x0a, 0xc3, 0xa5, 0x60, 0x65, 0xca, 0x75, 0x22, 0x92, 0x1e, 0x4f, 0x3b, 0x33, 0x3f, 0xb4, 0x11, 0x19, 0xc3, 0x40, 0xb2, 0x47, 0xe3, 0x26, 0xe8, 0x6e, 0x6c, 0xed, 0xc3, 0x58, 0xb7, 0xe5, 0x92, 0x9e, 0x60, 0xda, 0x8d, 0x1d, 0xfc, 0xed, 0xc0, 0xf1, 0x4e, 0x72, 0xba, 0xc1, 0x75, 0x7a, 0xb5, 0xfe, 0x36, 0x40, 0x67, 0x53, 0x19, 0xd8, 0x2d, 0xa3, 0x46, 0x1b, 0x59, 0x27, 0xee, 0xd7, 0x39, 0x47, 0x4d, 0x76, 0x43, 0x1b, 0x69, 0x69, 0x59, 0x26, 0xc6, 0xf1, 0x30, 0x4e, 0x1b, 0xeb, 0xeb, 0xa9, 0xd0, 0x0f, 0xbc, 0x90, 0x89, 0xc8, 0x50, 0xa7, 0x7e, 0xd8, 0xa2, 0xc1, 0x1f, 0x2e, 0x90, 0x2b, 0xc6, 0xec, 0x31, 0x0a, 0xf9, 0x6f, 0xed, 0x54, 0x9c, 0xdd, 0x54, 0xb6, 0x8a, 0x75, 0xdb, 0xc5, 0x4e, 0xc0, 0x37, 0x7d, 0x5e, 0x30, 0x49, 0x3b, 0xd8, 0xd9, 0x0d, 0x78, 0xef, 0xc9, 0xd2, 0x5a, 0x64, 0x8f, 0x3a, 0x64, 0x0f, 0x43, 0x56, 0x96, 0xbe, 0x2a, 0xc6, 0x57, 0xf6, 0x18, 0x35, 0xf6, 0xb6, 0xea, 0x07, 0x7b, 0x54, 0x5f, 0x9a, 0x0d, 0x60, 0x26, 0xa6, 0xb2, 0x82, 0x33, 0x38, 0xdd, 0xe9, 0x4a, 0x9e, 0xae, 0x83, 0x4b, 0x38, 0xb9, 0x7b, 0x10, 0x4f, 0xed, 0x76, 0x59, 0xe3, 0xa7, 0x51, 0x75, 0xf9, 0x5b, 0x2c, 0xf8, 0xc7, 0x81, 0x0f, 0xbf, 0xe6, 0xea, 0x2a, 0x4d, 0xff, 0x7f, 0xb3, 0xcf, 0x01, 0x9a, 0xde, 0x4a, 0xea, 0x62, 0xf1, 0x16, 0xd1, 0x45, 0x26, 0x59, 0x5e, 0xaa, 0x7b, 0xfe, 0xac, 0xaa, 0x5d, 0xb6, 0x01, 0x7a, 0x01, 0xe6, 0xd1, 0xaf, 0xbc, 0xea, 0x35, 0xfe, 0xd6, 0x4c, 0x26, 0xbf, 0xf3, 0xaa, 0xc7, 0xf8, 0x5b, 0x47, 0x31, 0x0a, 0xd7, 0xba, 0xea, 0x99, 0x28, 0x0d, 0x68, 0xbc, 0x98, 0x63, 0xdf, 0xf2, 0x62, 0x86, 0x9b, 0x46, 0x0e, 0xb6, 0x1a, 0xf9, 0x13, 0x9c, 0xed, 0x2b, 0x5a, 0xe6, 0xe4, 0x14, 0xba, 0x4a, 0xa8, 0x28, 0xad, 0xea, 0x35, 0x06, 0xf9, 0x1c, 0xbc, 0x34, 0x91, 0x0a, 0x6b, 0x1c, 0x5e, 0x50, 0xb3, 0x07, 0x76, 0x97, 0x7c, 0x88, 0xa7, 0x82, 0x35, 0xf8, 0xe8, 0xc3, 0x36, 0x4e, 0xc0, 0x8f, 0xcb, 0xa2, 0x5a, 0xe8, 0xd5, 0xf8, 0x35, 0x60, 0xef, 0x57, 0x60, 0x4b, 0xc3, 0x9d, 0x3d, 0x1a, 0x66, 0x7c, 0x95, 0xc4, 0xa8, 0x61, 0xcf, 0x68, 0xb8, 0x01, 0xc1, 0x5f, 0x2e, 0x0c, 0xeb, 0x77, 0xe7, 0xe9, 0xfa, 0x2d, 0x12, 0x78, 0xc3, 0x0a, 0xb0, 0x26, 0xa3, 0xf3, 0xca, 0x64, 0x78, 0x6f, 0xf8, 0xe6, 0x74, 0xf7, 0x7f, 0x73, 0x5a, 0x4b, 0xb1, 0xf7, 0xfa, 0x52, 0xec, 0xb7, 0x96, 0xe2, 0x0c, 0x46, 0x38, 0x3c, 0x5f, 0x3d, 0xe7, 0x49, 0x61, 0x56, 0xba, 0xb9, 0xef, 0x36, 0xd6, 0xfd, 0x60, 0xe2, 0x29, 0x4b, 0x45, 0xc4, 0x6e, 0x92, 0xec, 0xb1, 0xfe, 0x22, 0xd9, 0xec, 0xe2, 0x4f, 0x17, 0x4e, 0xec, 0xbb, 0xbd, 0xe3, 0x85, 0x6e, 0x2f, 0x59, 0xc0, 0xa8, 0x35, 0x7d, 0xa4, 0x56, 0xc2, 0xce, 0xaa, 0x1a, 0x8f, 0x5f, 0xf0, 0xe8, 0x71, 0x3d, 0x20, 0x0b, 0x38, 0x6a, 0x0f, 0x2c, 0xf9, 0xd8, 0x3c, 0xb1, 0x67, 0x90, 0xc7, 0x2f, 0x0a, 0x2e, 0x38, 0x20, 0x73, 0xe8, 0x99, 0x0b, 0x27, 0x23, 0xeb, 0x14, 0x3e, 0x76, 0xbc, 0x0d, 0xcc, 0xab, 0xbf, 0x03, 0xb2, 0x2b, 0x7d, 0xf2, 0x89, 0x39, 0xba, 0x77, 0x13, 0x8c, 0x27, 0x2f, 0x3b, 0x65, 0x1e, 0x1c, 0xfc, 0xdc, 0xc3, 0xbf, 0x3f, 0x5f, 0xfc, 0x17, 0x00, 0x00, 0xff, 0xff, 0x87, 0x27, 0x3b, 0x3c, 0x14, 0x09, 0x00, 0x00, }