Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginCodeValid ¶ added in v1.1.0
type LoginCodeValid struct {
// contains filtered or unexported fields
}
func NewLoginCodeValid ¶ added in v1.1.0
func NewLoginCodeValid(d template.Dependencies, m *LoginCodeValidModel) *LoginCodeValid
func (*LoginCodeValid) MarshalJSON ¶ added in v1.1.0
func (t *LoginCodeValid) MarshalJSON() ([]byte, error)
func (*LoginCodeValid) PhoneNumber ¶ added in v1.1.0
func (t *LoginCodeValid) PhoneNumber() (string, error)
func (*LoginCodeValid) SMSBody ¶ added in v1.1.0
func (t *LoginCodeValid) SMSBody(ctx context.Context) (string, error)
func (*LoginCodeValid) TemplateType ¶ added in v1.1.0
func (t *LoginCodeValid) TemplateType() template.TemplateType
type LoginCodeValidModel ¶ added in v1.1.0
type TestStub ¶
type TestStub struct {
// contains filtered or unexported fields
}
func NewTestStub ¶
func NewTestStub(d template.Dependencies, m *TestStubModel) *TestStub
func (*TestStub) MarshalJSON ¶
func (*TestStub) PhoneNumber ¶
func (*TestStub) TemplateType ¶ added in v1.1.0
func (t *TestStub) TemplateType() template.TemplateType
type TestStubModel ¶
type VerificationCodeValid ¶ added in v1.1.0
type VerificationCodeValid struct {
// contains filtered or unexported fields
}
func NewVerificationCodeValid ¶ added in v1.1.0
func NewVerificationCodeValid(d template.Dependencies, m *VerificationCodeValidModel) *VerificationCodeValid
func (*VerificationCodeValid) MarshalJSON ¶ added in v1.1.0
func (t *VerificationCodeValid) MarshalJSON() ([]byte, error)
func (*VerificationCodeValid) PhoneNumber ¶ added in v1.1.0
func (t *VerificationCodeValid) PhoneNumber() (string, error)
func (*VerificationCodeValid) SMSBody ¶ added in v1.1.0
func (t *VerificationCodeValid) SMSBody(ctx context.Context) (string, error)
func (*VerificationCodeValid) TemplateType ¶ added in v1.1.0
func (t *VerificationCodeValid) TemplateType() template.TemplateType
type VerificationCodeValidModel ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.