sms

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2025 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetSupportedPlatforms

func GetSupportedPlatforms() []types.PlatformInfo

Types

type Platform

type Platform int
const (
	AlibabaCloud Platform = iota
	Smsbao
	Abosend
	Twilio
)

func (Platform) String

func (p Platform) String() string

type Sender

type Sender interface {
	SendCode(area, mobile, code string) error
	GetSendCodeContent(code string) string
}

func NewSender

func NewSender(platform, config string) (Sender, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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