Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PomeloSDK ¶
type PomeloSDK interface {
SendSMS(ctx context.Context, id string, numbers []string, args map[string]string) error
}
func NewPomeloSDK ¶
func NewPomeloSDK(opt *PomeloSDKOption) (PomeloSDK, error)
type PomeloSDKImpl ¶
type PomeloSDKImpl struct {
// contains filtered or unexported fields
}
type PomeloSDKOption ¶
Click to show internal directories.
Click to hide internal directories.