alisms

package
v0.0.0-...-a5196f6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package alisms is a generated protocol buffer package.

It is generated from these files:

alisms.proto

It has these top-level messages:

SMSVerficationCodeData
SMSVerficationCodeCheckData
SMSVerficationResponseData
SMSVerficationQueryData
SMSVerficationQueryResponseData

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterAuthServiceHandler

func RegisterAuthServiceHandler(s server.Server, hdlr AuthServiceHandler, opts ...server.HandlerOption) error

Types

type AuthService

type AuthService interface {
	SMSVerficationCode(ctx context.Context, in *SMSVerficationCodeData, opts ...client.CallOption) (*SMSVerficationResponseData, error)
	SMSVerficationCodeCheck(ctx context.Context, in *SMSVerficationCodeCheckData, opts ...client.CallOption) (*SMSVerficationResponseData, error)
	SMSVerficationQuery(ctx context.Context, in *SMSVerficationQueryData, opts ...client.CallOption) (*SMSVerficationQueryResponseData, error)
}

func NewAuthService

func NewAuthService(name string, c client.Client) AuthService

type SMSVerficationCodeCheckData

type SMSVerficationCodeCheckData struct {
	PhoneNumbers         string   `protobuf:"bytes,1,opt,name=phone_numbers,json=phoneNumbers,proto3" json:"phone_numbers,omitempty"`
	Vcode                string   `protobuf:"bytes,2,opt,name=vcode,proto3" json:"vcode,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SMSVerficationCodeCheckData) Descriptor

func (*SMSVerficationCodeCheckData) Descriptor() ([]byte, []int)

func (*SMSVerficationCodeCheckData) GetPhoneNumbers

func (m *SMSVerficationCodeCheckData) GetPhoneNumbers() string

func (*SMSVerficationCodeCheckData) GetVcode

func (m *SMSVerficationCodeCheckData) GetVcode() string

func (*SMSVerficationCodeCheckData) ProtoMessage

func (*SMSVerficationCodeCheckData) ProtoMessage()

func (*SMSVerficationCodeCheckData) Reset

func (m *SMSVerficationCodeCheckData) Reset()

func (*SMSVerficationCodeCheckData) String

func (m *SMSVerficationCodeCheckData) String() string

func (*SMSVerficationCodeCheckData) XXX_DiscardUnknown

func (m *SMSVerficationCodeCheckData) XXX_DiscardUnknown()

func (*SMSVerficationCodeCheckData) XXX_Marshal

func (m *SMSVerficationCodeCheckData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SMSVerficationCodeCheckData) XXX_Merge

func (dst *SMSVerficationCodeCheckData) XXX_Merge(src proto.Message)

func (*SMSVerficationCodeCheckData) XXX_Size

func (m *SMSVerficationCodeCheckData) XXX_Size() int

func (*SMSVerficationCodeCheckData) XXX_Unmarshal

func (m *SMSVerficationCodeCheckData) XXX_Unmarshal(b []byte) error

type SMSVerficationCodeData

type SMSVerficationCodeData struct {
	SignName             string   `protobuf:"bytes,1,opt,name=sign_name,json=signName,proto3" json:"sign_name,omitempty"`
	PhoneNumbers         string   `protobuf:"bytes,2,opt,name=phone_numbers,json=phoneNumbers,proto3" json:"phone_numbers,omitempty"`
	TemplateCode         string   `protobuf:"bytes,3,opt,name=template_code,json=templateCode,proto3" json:"template_code,omitempty"`
	TemplateParam        string   `protobuf:"bytes,4,opt,name=template_param,json=templateParam,proto3" json:"template_param,omitempty"`
	SmsUpExtendCode      string   `protobuf:"bytes,5,opt,name=sms_up_extend_code,json=smsUpExtendCode,proto3" json:"sms_up_extend_code,omitempty"`
	OutId                string   `protobuf:"bytes,6,opt,name=out_id,json=outId,proto3" json:"out_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SMSVerficationCodeData) Descriptor

func (*SMSVerficationCodeData) Descriptor() ([]byte, []int)

func (*SMSVerficationCodeData) GetOutId

func (m *SMSVerficationCodeData) GetOutId() string

func (*SMSVerficationCodeData) GetPhoneNumbers

func (m *SMSVerficationCodeData) GetPhoneNumbers() string

func (*SMSVerficationCodeData) GetSignName

func (m *SMSVerficationCodeData) GetSignName() string

func (*SMSVerficationCodeData) GetSmsUpExtendCode

func (m *SMSVerficationCodeData) GetSmsUpExtendCode() string

func (*SMSVerficationCodeData) GetTemplateCode

func (m *SMSVerficationCodeData) GetTemplateCode() string

func (*SMSVerficationCodeData) GetTemplateParam

func (m *SMSVerficationCodeData) GetTemplateParam() string

func (*SMSVerficationCodeData) ProtoMessage

func (*SMSVerficationCodeData) ProtoMessage()

func (*SMSVerficationCodeData) Reset

func (m *SMSVerficationCodeData) Reset()

func (*SMSVerficationCodeData) String

func (m *SMSVerficationCodeData) String() string

func (*SMSVerficationCodeData) XXX_DiscardUnknown

func (m *SMSVerficationCodeData) XXX_DiscardUnknown()

func (*SMSVerficationCodeData) XXX_Marshal

func (m *SMSVerficationCodeData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SMSVerficationCodeData) XXX_Merge

func (dst *SMSVerficationCodeData) XXX_Merge(src proto.Message)

func (*SMSVerficationCodeData) XXX_Size

func (m *SMSVerficationCodeData) XXX_Size() int

func (*SMSVerficationCodeData) XXX_Unmarshal

func (m *SMSVerficationCodeData) XXX_Unmarshal(b []byte) error

type SMSVerficationQueryData

type SMSVerficationQueryData struct {
	PhoneNumbers         string   `protobuf:"bytes,1,opt,name=phone_numbers,json=phoneNumbers,proto3" json:"phone_numbers,omitempty"`
	SendDate             string   `protobuf:"bytes,2,opt,name=send_date,json=sendDate,proto3" json:"send_date,omitempty"`
	PageSize             string   `protobuf:"bytes,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	CurrentPage          string   `protobuf:"bytes,4,opt,name=current_page,json=currentPage,proto3" json:"current_page,omitempty"`
	BizId                string   `protobuf:"bytes,5,opt,name=biz_id,json=bizId,proto3" json:"biz_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SMSVerficationQueryData) Descriptor

func (*SMSVerficationQueryData) Descriptor() ([]byte, []int)

func (*SMSVerficationQueryData) GetBizId

func (m *SMSVerficationQueryData) GetBizId() string

func (*SMSVerficationQueryData) GetCurrentPage

func (m *SMSVerficationQueryData) GetCurrentPage() string

func (*SMSVerficationQueryData) GetPageSize

func (m *SMSVerficationQueryData) GetPageSize() string

func (*SMSVerficationQueryData) GetPhoneNumbers

func (m *SMSVerficationQueryData) GetPhoneNumbers() string

func (*SMSVerficationQueryData) GetSendDate

func (m *SMSVerficationQueryData) GetSendDate() string

func (*SMSVerficationQueryData) ProtoMessage

func (*SMSVerficationQueryData) ProtoMessage()

func (*SMSVerficationQueryData) Reset

func (m *SMSVerficationQueryData) Reset()

func (*SMSVerficationQueryData) String

func (m *SMSVerficationQueryData) String() string

func (*SMSVerficationQueryData) XXX_DiscardUnknown

func (m *SMSVerficationQueryData) XXX_DiscardUnknown()

func (*SMSVerficationQueryData) XXX_Marshal

func (m *SMSVerficationQueryData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SMSVerficationQueryData) XXX_Merge

func (dst *SMSVerficationQueryData) XXX_Merge(src proto.Message)

func (*SMSVerficationQueryData) XXX_Size

func (m *SMSVerficationQueryData) XXX_Size() int

func (*SMSVerficationQueryData) XXX_Unmarshal

func (m *SMSVerficationQueryData) XXX_Unmarshal(b []byte) error

type SMSVerficationQueryResponseData

type SMSVerficationQueryResponseData struct {
	ReturnCode           int64    `protobuf:"varint,1,opt,name=return_code,json=returnCode,proto3" json:"return_code,omitempty"`
	Message              string   `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Data                 string   `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SMSVerficationQueryResponseData) Descriptor

func (*SMSVerficationQueryResponseData) Descriptor() ([]byte, []int)

func (*SMSVerficationQueryResponseData) GetData

func (*SMSVerficationQueryResponseData) GetMessage

func (m *SMSVerficationQueryResponseData) GetMessage() string

func (*SMSVerficationQueryResponseData) GetReturnCode

func (m *SMSVerficationQueryResponseData) GetReturnCode() int64

func (*SMSVerficationQueryResponseData) ProtoMessage

func (*SMSVerficationQueryResponseData) ProtoMessage()

func (*SMSVerficationQueryResponseData) Reset

func (*SMSVerficationQueryResponseData) String

func (*SMSVerficationQueryResponseData) XXX_DiscardUnknown

func (m *SMSVerficationQueryResponseData) XXX_DiscardUnknown()

func (*SMSVerficationQueryResponseData) XXX_Marshal

func (m *SMSVerficationQueryResponseData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SMSVerficationQueryResponseData) XXX_Merge

func (dst *SMSVerficationQueryResponseData) XXX_Merge(src proto.Message)

func (*SMSVerficationQueryResponseData) XXX_Size

func (m *SMSVerficationQueryResponseData) XXX_Size() int

func (*SMSVerficationQueryResponseData) XXX_Unmarshal

func (m *SMSVerficationQueryResponseData) XXX_Unmarshal(b []byte) error

type SMSVerficationResponseData

type SMSVerficationResponseData struct {
	ReturnCode           int64    `protobuf:"varint,1,opt,name=return_code,json=returnCode,proto3" json:"return_code,omitempty"`
	Message              string   `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Data                 string   `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SMSVerficationResponseData) Descriptor

func (*SMSVerficationResponseData) Descriptor() ([]byte, []int)

func (*SMSVerficationResponseData) GetData

func (m *SMSVerficationResponseData) GetData() string

func (*SMSVerficationResponseData) GetMessage

func (m *SMSVerficationResponseData) GetMessage() string

func (*SMSVerficationResponseData) GetReturnCode

func (m *SMSVerficationResponseData) GetReturnCode() int64

func (*SMSVerficationResponseData) ProtoMessage

func (*SMSVerficationResponseData) ProtoMessage()

func (*SMSVerficationResponseData) Reset

func (m *SMSVerficationResponseData) Reset()

func (*SMSVerficationResponseData) String

func (m *SMSVerficationResponseData) String() string

func (*SMSVerficationResponseData) XXX_DiscardUnknown

func (m *SMSVerficationResponseData) XXX_DiscardUnknown()

func (*SMSVerficationResponseData) XXX_Marshal

func (m *SMSVerficationResponseData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SMSVerficationResponseData) XXX_Merge

func (dst *SMSVerficationResponseData) XXX_Merge(src proto.Message)

func (*SMSVerficationResponseData) XXX_Size

func (m *SMSVerficationResponseData) XXX_Size() int

func (*SMSVerficationResponseData) XXX_Unmarshal

func (m *SMSVerficationResponseData) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL