Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrWriteCanceled = errors.New("cloud: blob write canceled")
)
Functions ¶
This section is empty.
Types ¶
type DynamoStore ¶
type DynamoStore struct {
// contains filtered or unexported fields
}
func NewDefaultDynamoStore ¶
func NewDefaultDynamoStore(tableName string, optFns ...func(*config.LoadOptions) error) (*DynamoStore, error)
func NewDynamoStore ¶
func NewDynamoStore(cfg aws.Config, tableName string) (*DynamoStore, error)
func (*DynamoStore) Delete ¶
func (s *DynamoStore) Delete(key string) error
func (*DynamoStore) Get ¶
func (s *DynamoStore) Get(key string) (*cloud.KVPair, error)
type S3Store ¶
type S3Store struct {
// contains filtered or unexported fields
}
func NewDefaultS3Store ¶
func NewS3Store ¶
type SimpleEmailService ¶
type SimpleEmailService struct {
// contains filtered or unexported fields
}
func NewDefaultSimpleEmailService ¶
func NewDefaultSimpleEmailService() (*SimpleEmailService, error)
func NewSimpleEmailService ¶
func NewSimpleEmailService(cfg aws.Config) (*SimpleEmailService, error)
func (*SimpleEmailService) Send ¶
func (s *SimpleEmailService) Send(address, senderAddress, subject, message string) error
Click to show internal directories.
Click to hide internal directories.