123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // source: thirdparty.proto
- // package声明符,用来防止不同的消息类型有命名冲突
- package v1
- 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 GetVcodeRequest struct {
- PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GetVcodeRequest) Reset() { *m = GetVcodeRequest{} }
- func (m *GetVcodeRequest) String() string { return proto.CompactTextString(m) }
- func (*GetVcodeRequest) ProtoMessage() {}
- func (*GetVcodeRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{0}
- }
- func (m *GetVcodeRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GetVcodeRequest.Unmarshal(m, b)
- }
- func (m *GetVcodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GetVcodeRequest.Marshal(b, m, deterministic)
- }
- func (m *GetVcodeRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GetVcodeRequest.Merge(m, src)
- }
- func (m *GetVcodeRequest) XXX_Size() int {
- return xxx_messageInfo_GetVcodeRequest.Size(m)
- }
- func (m *GetVcodeRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_GetVcodeRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_GetVcodeRequest proto.InternalMessageInfo
- func (m *GetVcodeRequest) GetPhoneNumber() string {
- if m != nil {
- return m.PhoneNumber
- }
- return ""
- }
- type GetVcodeReply struct {
- Vcode uint32 `protobuf:"varint,1,opt,name=vcode,proto3" json:"vcode"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GetVcodeReply) Reset() { *m = GetVcodeReply{} }
- func (m *GetVcodeReply) String() string { return proto.CompactTextString(m) }
- func (*GetVcodeReply) ProtoMessage() {}
- func (*GetVcodeReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{1}
- }
- func (m *GetVcodeReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GetVcodeReply.Unmarshal(m, b)
- }
- func (m *GetVcodeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GetVcodeReply.Marshal(b, m, deterministic)
- }
- func (m *GetVcodeReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GetVcodeReply.Merge(m, src)
- }
- func (m *GetVcodeReply) XXX_Size() int {
- return xxx_messageInfo_GetVcodeReply.Size(m)
- }
- func (m *GetVcodeReply) XXX_DiscardUnknown() {
- xxx_messageInfo_GetVcodeReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_GetVcodeReply proto.InternalMessageInfo
- func (m *GetVcodeReply) GetVcode() uint32 {
- if m != nil {
- return m.Vcode
- }
- return 0
- }
- type CheckVcodeRequest struct {
- PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"`
- Vcode uint32 `protobuf:"varint,2,opt,name=vcode,proto3" json:"vcode"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CheckVcodeRequest) Reset() { *m = CheckVcodeRequest{} }
- func (m *CheckVcodeRequest) String() string { return proto.CompactTextString(m) }
- func (*CheckVcodeRequest) ProtoMessage() {}
- func (*CheckVcodeRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{2}
- }
- func (m *CheckVcodeRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CheckVcodeRequest.Unmarshal(m, b)
- }
- func (m *CheckVcodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CheckVcodeRequest.Marshal(b, m, deterministic)
- }
- func (m *CheckVcodeRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CheckVcodeRequest.Merge(m, src)
- }
- func (m *CheckVcodeRequest) XXX_Size() int {
- return xxx_messageInfo_CheckVcodeRequest.Size(m)
- }
- func (m *CheckVcodeRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_CheckVcodeRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_CheckVcodeRequest proto.InternalMessageInfo
- func (m *CheckVcodeRequest) GetPhoneNumber() string {
- if m != nil {
- return m.PhoneNumber
- }
- return ""
- }
- func (m *CheckVcodeRequest) GetVcode() uint32 {
- if m != nil {
- return m.Vcode
- }
- return 0
- }
- type CheckVcodeReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *CheckVcodeReply) Reset() { *m = CheckVcodeReply{} }
- func (m *CheckVcodeReply) String() string { return proto.CompactTextString(m) }
- func (*CheckVcodeReply) ProtoMessage() {}
- func (*CheckVcodeReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{3}
- }
- func (m *CheckVcodeReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_CheckVcodeReply.Unmarshal(m, b)
- }
- func (m *CheckVcodeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_CheckVcodeReply.Marshal(b, m, deterministic)
- }
- func (m *CheckVcodeReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_CheckVcodeReply.Merge(m, src)
- }
- func (m *CheckVcodeReply) XXX_Size() int {
- return xxx_messageInfo_CheckVcodeReply.Size(m)
- }
- func (m *CheckVcodeReply) XXX_DiscardUnknown() {
- xxx_messageInfo_CheckVcodeReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_CheckVcodeReply proto.InternalMessageInfo
- type SendReserveRequest struct {
- PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"`
- Services string `protobuf:"bytes,2,opt,name=services,proto3" json:"services"`
- Times string `protobuf:"bytes,3,opt,name=times,proto3" json:"times"`
- Shop string `protobuf:"bytes,4,opt,name=shop,proto3" json:"shop"`
- Addr string `protobuf:"bytes,5,opt,name=addr,proto3" json:"addr"`
- ServicePhone string `protobuf:"bytes,6,opt,name=service_phone,json=servicePhone,proto3" json:"service_phone"`
- PlateNo string `protobuf:"bytes,7,opt,name=plate_no,json=plateNo,proto3" json:"plate_no"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *SendReserveRequest) Reset() { *m = SendReserveRequest{} }
- func (m *SendReserveRequest) String() string { return proto.CompactTextString(m) }
- func (*SendReserveRequest) ProtoMessage() {}
- func (*SendReserveRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{4}
- }
- func (m *SendReserveRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_SendReserveRequest.Unmarshal(m, b)
- }
- func (m *SendReserveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_SendReserveRequest.Marshal(b, m, deterministic)
- }
- func (m *SendReserveRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_SendReserveRequest.Merge(m, src)
- }
- func (m *SendReserveRequest) XXX_Size() int {
- return xxx_messageInfo_SendReserveRequest.Size(m)
- }
- func (m *SendReserveRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_SendReserveRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_SendReserveRequest proto.InternalMessageInfo
- func (m *SendReserveRequest) GetPhoneNumber() string {
- if m != nil {
- return m.PhoneNumber
- }
- return ""
- }
- func (m *SendReserveRequest) GetServices() string {
- if m != nil {
- return m.Services
- }
- return ""
- }
- func (m *SendReserveRequest) GetTimes() string {
- if m != nil {
- return m.Times
- }
- return ""
- }
- func (m *SendReserveRequest) GetShop() string {
- if m != nil {
- return m.Shop
- }
- return ""
- }
- func (m *SendReserveRequest) GetAddr() string {
- if m != nil {
- return m.Addr
- }
- return ""
- }
- func (m *SendReserveRequest) GetServicePhone() string {
- if m != nil {
- return m.ServicePhone
- }
- return ""
- }
- func (m *SendReserveRequest) GetPlateNo() string {
- if m != nil {
- return m.PlateNo
- }
- return ""
- }
- type SendReserveReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *SendReserveReply) Reset() { *m = SendReserveReply{} }
- func (m *SendReserveReply) String() string { return proto.CompactTextString(m) }
- func (*SendReserveReply) ProtoMessage() {}
- func (*SendReserveReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{5}
- }
- func (m *SendReserveReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_SendReserveReply.Unmarshal(m, b)
- }
- func (m *SendReserveReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_SendReserveReply.Marshal(b, m, deterministic)
- }
- func (m *SendReserveReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_SendReserveReply.Merge(m, src)
- }
- func (m *SendReserveReply) XXX_Size() int {
- return xxx_messageInfo_SendReserveReply.Size(m)
- }
- func (m *SendReserveReply) XXX_DiscardUnknown() {
- xxx_messageInfo_SendReserveReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_SendReserveReply proto.InternalMessageInfo
- type SendAlarmRequest struct {
- PhoneNumber string `protobuf:"bytes,1,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"`
- // 邮件
- Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email"`
- // 设备名(扬尘设备(扬尘0001))
- DeviceName string `protobuf:"bytes,3,opt,name=device_name,json=deviceName,proto3" json:"device_name"`
- // 告警原因
- AlarmReason string `protobuf:"bytes,4,opt,name=alarm_reason,json=alarmReason,proto3" json:"alarm_reason"`
- // 告警时间
- AlarmTime string `protobuf:"bytes,5,opt,name=alarm_time,json=alarmTime,proto3" json:"alarm_time"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *SendAlarmRequest) Reset() { *m = SendAlarmRequest{} }
- func (m *SendAlarmRequest) String() string { return proto.CompactTextString(m) }
- func (*SendAlarmRequest) ProtoMessage() {}
- func (*SendAlarmRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{6}
- }
- func (m *SendAlarmRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_SendAlarmRequest.Unmarshal(m, b)
- }
- func (m *SendAlarmRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_SendAlarmRequest.Marshal(b, m, deterministic)
- }
- func (m *SendAlarmRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_SendAlarmRequest.Merge(m, src)
- }
- func (m *SendAlarmRequest) XXX_Size() int {
- return xxx_messageInfo_SendAlarmRequest.Size(m)
- }
- func (m *SendAlarmRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_SendAlarmRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_SendAlarmRequest proto.InternalMessageInfo
- func (m *SendAlarmRequest) GetPhoneNumber() string {
- if m != nil {
- return m.PhoneNumber
- }
- return ""
- }
- func (m *SendAlarmRequest) GetEmail() string {
- if m != nil {
- return m.Email
- }
- return ""
- }
- func (m *SendAlarmRequest) GetDeviceName() string {
- if m != nil {
- return m.DeviceName
- }
- return ""
- }
- func (m *SendAlarmRequest) GetAlarmReason() string {
- if m != nil {
- return m.AlarmReason
- }
- return ""
- }
- func (m *SendAlarmRequest) GetAlarmTime() string {
- if m != nil {
- return m.AlarmTime
- }
- return ""
- }
- type SendAlarmReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *SendAlarmReply) Reset() { *m = SendAlarmReply{} }
- func (m *SendAlarmReply) String() string { return proto.CompactTextString(m) }
- func (*SendAlarmReply) ProtoMessage() {}
- func (*SendAlarmReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{7}
- }
- func (m *SendAlarmReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_SendAlarmReply.Unmarshal(m, b)
- }
- func (m *SendAlarmReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_SendAlarmReply.Marshal(b, m, deterministic)
- }
- func (m *SendAlarmReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_SendAlarmReply.Merge(m, src)
- }
- func (m *SendAlarmReply) XXX_Size() int {
- return xxx_messageInfo_SendAlarmReply.Size(m)
- }
- func (m *SendAlarmReply) XXX_DiscardUnknown() {
- xxx_messageInfo_SendAlarmReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_SendAlarmReply proto.InternalMessageInfo
- // 发送通过认证短信
- type SendThroughVerifyRequest struct {
- // 公司名
- Company string `protobuf:"bytes,1,opt,name=company,proto3" json:"company"`
- // 类型 1 供应商,2 企业
- CompanyType int32 `protobuf:"varint,2,opt,name=company_type,json=companyType,proto3" json:"company_type"`
- PhoneNumber string `protobuf:"bytes,3,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number"`
- Status bool `protobuf:"varint,4,opt,name=status,proto3" json:"status"`
- ApproveTime string `protobuf:"bytes,5,opt,name=approve_time,json=approveTime,proto3" json:"approve_time"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *SendThroughVerifyRequest) Reset() { *m = SendThroughVerifyRequest{} }
- func (m *SendThroughVerifyRequest) String() string { return proto.CompactTextString(m) }
- func (*SendThroughVerifyRequest) ProtoMessage() {}
- func (*SendThroughVerifyRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{8}
- }
- func (m *SendThroughVerifyRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_SendThroughVerifyRequest.Unmarshal(m, b)
- }
- func (m *SendThroughVerifyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_SendThroughVerifyRequest.Marshal(b, m, deterministic)
- }
- func (m *SendThroughVerifyRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_SendThroughVerifyRequest.Merge(m, src)
- }
- func (m *SendThroughVerifyRequest) XXX_Size() int {
- return xxx_messageInfo_SendThroughVerifyRequest.Size(m)
- }
- func (m *SendThroughVerifyRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_SendThroughVerifyRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_SendThroughVerifyRequest proto.InternalMessageInfo
- func (m *SendThroughVerifyRequest) GetCompany() string {
- if m != nil {
- return m.Company
- }
- return ""
- }
- func (m *SendThroughVerifyRequest) GetCompanyType() int32 {
- if m != nil {
- return m.CompanyType
- }
- return 0
- }
- func (m *SendThroughVerifyRequest) GetPhoneNumber() string {
- if m != nil {
- return m.PhoneNumber
- }
- return ""
- }
- func (m *SendThroughVerifyRequest) GetStatus() bool {
- if m != nil {
- return m.Status
- }
- return false
- }
- func (m *SendThroughVerifyRequest) GetApproveTime() string {
- if m != nil {
- return m.ApproveTime
- }
- return ""
- }
- type SendThroughVerifyReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *SendThroughVerifyReply) Reset() { *m = SendThroughVerifyReply{} }
- func (m *SendThroughVerifyReply) String() string { return proto.CompactTextString(m) }
- func (*SendThroughVerifyReply) ProtoMessage() {}
- func (*SendThroughVerifyReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{9}
- }
- func (m *SendThroughVerifyReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_SendThroughVerifyReply.Unmarshal(m, b)
- }
- func (m *SendThroughVerifyReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_SendThroughVerifyReply.Marshal(b, m, deterministic)
- }
- func (m *SendThroughVerifyReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_SendThroughVerifyReply.Merge(m, src)
- }
- func (m *SendThroughVerifyReply) XXX_Size() int {
- return xxx_messageInfo_SendThroughVerifyReply.Size(m)
- }
- func (m *SendThroughVerifyReply) XXX_DiscardUnknown() {
- xxx_messageInfo_SendThroughVerifyReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_SendThroughVerifyReply proto.InternalMessageInfo
- type SendEmailRequest struct {
- Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email"`
- Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *SendEmailRequest) Reset() { *m = SendEmailRequest{} }
- func (m *SendEmailRequest) String() string { return proto.CompactTextString(m) }
- func (*SendEmailRequest) ProtoMessage() {}
- func (*SendEmailRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{10}
- }
- func (m *SendEmailRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_SendEmailRequest.Unmarshal(m, b)
- }
- func (m *SendEmailRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_SendEmailRequest.Marshal(b, m, deterministic)
- }
- func (m *SendEmailRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_SendEmailRequest.Merge(m, src)
- }
- func (m *SendEmailRequest) XXX_Size() int {
- return xxx_messageInfo_SendEmailRequest.Size(m)
- }
- func (m *SendEmailRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_SendEmailRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_SendEmailRequest proto.InternalMessageInfo
- func (m *SendEmailRequest) GetEmail() string {
- if m != nil {
- return m.Email
- }
- return ""
- }
- func (m *SendEmailRequest) GetContent() string {
- if m != nil {
- return m.Content
- }
- return ""
- }
- type SendEmailReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *SendEmailReply) Reset() { *m = SendEmailReply{} }
- func (m *SendEmailReply) String() string { return proto.CompactTextString(m) }
- func (*SendEmailReply) ProtoMessage() {}
- func (*SendEmailReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_e10f141fd1fcfe2b, []int{11}
- }
- func (m *SendEmailReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_SendEmailReply.Unmarshal(m, b)
- }
- func (m *SendEmailReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_SendEmailReply.Marshal(b, m, deterministic)
- }
- func (m *SendEmailReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_SendEmailReply.Merge(m, src)
- }
- func (m *SendEmailReply) XXX_Size() int {
- return xxx_messageInfo_SendEmailReply.Size(m)
- }
- func (m *SendEmailReply) XXX_DiscardUnknown() {
- xxx_messageInfo_SendEmailReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_SendEmailReply proto.InternalMessageInfo
- func init() {
- proto.RegisterType((*GetVcodeRequest)(nil), "v1.GetVcodeRequest")
- proto.RegisterType((*GetVcodeReply)(nil), "v1.GetVcodeReply")
- proto.RegisterType((*CheckVcodeRequest)(nil), "v1.CheckVcodeRequest")
- proto.RegisterType((*CheckVcodeReply)(nil), "v1.CheckVcodeReply")
- proto.RegisterType((*SendReserveRequest)(nil), "v1.SendReserveRequest")
- proto.RegisterType((*SendReserveReply)(nil), "v1.SendReserveReply")
- proto.RegisterType((*SendAlarmRequest)(nil), "v1.SendAlarmRequest")
- proto.RegisterType((*SendAlarmReply)(nil), "v1.SendAlarmReply")
- proto.RegisterType((*SendThroughVerifyRequest)(nil), "v1.SendThroughVerifyRequest")
- proto.RegisterType((*SendThroughVerifyReply)(nil), "v1.SendThroughVerifyReply")
- proto.RegisterType((*SendEmailRequest)(nil), "v1.SendEmailRequest")
- proto.RegisterType((*SendEmailReply)(nil), "v1.SendEmailReply")
- }
- func init() {
- proto.RegisterFile("thirdparty.proto", fileDescriptor_e10f141fd1fcfe2b)
- }
- var fileDescriptor_e10f141fd1fcfe2b = []byte{
- // 459 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0xcf, 0x6e, 0xd4, 0x30,
- 0x10, 0xc6, 0x95, 0xb6, 0xfb, 0x6f, 0xd2, 0xa5, 0x5b, 0x0b, 0xad, 0x0c, 0x12, 0x02, 0x82, 0x90,
- 0xb8, 0x40, 0x55, 0xc1, 0x0b, 0x50, 0x84, 0xb8, 0xa0, 0x15, 0x0a, 0xab, 0x1e, 0xb8, 0x44, 0xde,
- 0xcd, 0x40, 0x22, 0x92, 0xd8, 0xd8, 0xde, 0x48, 0x79, 0x29, 0x6e, 0x3c, 0x08, 0x6f, 0x84, 0x3c,
- 0x76, 0xba, 0x41, 0xdb, 0xcb, 0xde, 0xfc, 0x7d, 0x8e, 0x67, 0xe6, 0xf7, 0x39, 0x86, 0x85, 0x2d,
- 0x4a, 0x9d, 0x2b, 0xa1, 0x6d, 0xf7, 0x46, 0x69, 0x69, 0x25, 0x3b, 0x69, 0xaf, 0x93, 0x77, 0x70,
- 0xf1, 0x09, 0xed, 0xed, 0x56, 0xe6, 0x98, 0xe2, 0xaf, 0x1d, 0x1a, 0xcb, 0x9e, 0xc3, 0xb9, 0x2a,
- 0x64, 0x83, 0x59, 0xb3, 0xab, 0x37, 0xa8, 0x79, 0xf4, 0x2c, 0x7a, 0x35, 0x4b, 0x63, 0xf2, 0x56,
- 0x64, 0x25, 0x2f, 0x61, 0xbe, 0x3f, 0xa5, 0xaa, 0x8e, 0x3d, 0x84, 0x51, 0xeb, 0x14, 0x7d, 0x3c,
- 0x4f, 0xbd, 0x48, 0x3e, 0xc3, 0xe5, 0x87, 0x02, 0xb7, 0x3f, 0x8f, 0x2c, 0xbf, 0xaf, 0x76, 0x32,
- 0xac, 0x76, 0x09, 0x17, 0xc3, 0x6a, 0xaa, 0xea, 0x92, 0xbf, 0x11, 0xb0, 0xaf, 0xd8, 0xe4, 0x29,
- 0x1a, 0xd4, 0xed, 0x31, 0x2d, 0x1e, 0xc3, 0xd4, 0x1d, 0x29, 0xb7, 0x68, 0xa8, 0xcb, 0x2c, 0xbd,
- 0xd3, 0xae, 0xbd, 0x2d, 0x6b, 0x34, 0xfc, 0x94, 0x36, 0xbc, 0x60, 0x0c, 0xce, 0x4c, 0x21, 0x15,
- 0x3f, 0x23, 0x93, 0xd6, 0xce, 0x13, 0x79, 0xae, 0xf9, 0xc8, 0x7b, 0x6e, 0xcd, 0x5e, 0xc0, 0x3c,
- 0x54, 0xca, 0xa8, 0x21, 0x1f, 0xd3, 0xe6, 0x79, 0x30, 0xbf, 0x38, 0x8f, 0x3d, 0x82, 0xa9, 0xaa,
- 0x84, 0xc5, 0xac, 0x91, 0x7c, 0x42, 0xfb, 0x13, 0xd2, 0x2b, 0x99, 0x30, 0x58, 0xfc, 0x87, 0xe4,
- 0x38, 0x7f, 0x47, 0xde, 0x7c, 0x5f, 0x09, 0x5d, 0x1f, 0x17, 0x24, 0xd6, 0xa2, 0xac, 0x02, 0xa2,
- 0x17, 0xec, 0x29, 0xc4, 0x39, 0xd2, 0x80, 0x8d, 0xa8, 0x31, 0x50, 0x82, 0xb7, 0x56, 0xa2, 0x46,
- 0x57, 0x59, 0xb8, 0x4e, 0x99, 0x46, 0x61, 0x64, 0x13, 0x90, 0x63, 0xe1, 0xbb, 0x3b, 0x8b, 0x3d,
- 0x01, 0xf0, 0x9f, 0xb8, 0x70, 0x02, 0xff, 0x8c, 0x9c, 0x75, 0x59, 0x63, 0xb2, 0x80, 0x07, 0x83,
- 0x79, 0x1d, 0xc2, 0x9f, 0x08, 0xb8, 0xb3, 0xd6, 0x85, 0x96, 0xbb, 0x1f, 0xc5, 0x2d, 0xea, 0xf2,
- 0x7b, 0xd7, 0xa3, 0x70, 0x98, 0x6c, 0x65, 0xad, 0x44, 0xd3, 0x05, 0x8a, 0x5e, 0xba, 0x51, 0xc2,
- 0x32, 0xb3, 0x9d, 0xf2, 0x7f, 0xc4, 0x28, 0x8d, 0x83, 0xb7, 0xee, 0x14, 0x1e, 0xe4, 0x70, 0x7a,
- 0x98, 0xc3, 0x12, 0xc6, 0xc6, 0x0a, 0xbb, 0x33, 0x84, 0x32, 0x4d, 0x83, 0x22, 0x50, 0xa5, 0xb4,
- 0x6c, 0x71, 0xc8, 0x11, 0x07, 0x8f, 0x48, 0x38, 0x2c, 0xef, 0x19, 0xdb, 0x11, 0xdd, 0xf8, 0x3b,
- 0xf9, 0xe8, 0x32, 0xed, 0x41, 0xee, 0x02, 0x8f, 0x86, 0x81, 0x13, 0x5e, 0x63, 0xb1, 0xb1, 0xe1,
- 0x22, 0x7a, 0xd9, 0xe7, 0x14, 0x6a, 0xa8, 0xaa, 0xbb, 0xe1, 0xdf, 0x96, 0xa6, 0x16, 0xda, 0xbe,
- 0xde, 0x3f, 0xd7, 0x2b, 0xb5, 0xb9, 0x6a, 0xaf, 0x37, 0x63, 0x7a, 0xb5, 0x6f, 0xff, 0x05, 0x00,
- 0x00, 0xff, 0xff, 0x55, 0x81, 0xab, 0xbf, 0xc9, 0x03, 0x00, 0x00,
- }
|