ctexter

package
v0.0.0-...-5538d7f Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var FxAWS = fx.Provide(
	newAWSSvc,
)
View Source
var FxLogger = fx.Provide(
	newLoggerSvc,
)

Functions

This section is empty.

Types

type AWSConfig

type AWSConfig struct {
	Region          string
	AccessKeyId     string
	SecretAccessKey string
}

type Svc

type Svc interface {
	SendSMS(phoneNumber, message string) (confirmationCode string, err error)
}

Jump to

Keyboard shortcuts

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