package
2.0.0+incompatible
Repository: https://github.com/tekker-dev/go-authcrunch.git
Documentation: pkg.go.dev
# Variables
EmailTemplateBody stores email body templates.
EmailTemplateSubject stores email subject templates.
# Structs
Config represents a collection of various messaging providers.
EmailProvider represents email messaging provider.
EmailProviderSendInput is input for EmailProvider.Send function.
FileProvider represents file messaging provider which writes messages to a local file system,.
FileProviderSendInput is input for FileProvider.Send function.
# Interfaces
Provider is an interface to work with messaging providers.