Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cache, _ = lru.New(16)
Functions ¶
Types ¶
type Config ¶
type Config interface {
CourierTemplatesRoot() string
CourierTemplatesVerificationInvalid() *config.CourierEmailTemplate
CourierTemplatesVerificationValid() *config.CourierEmailTemplate
CourierTemplatesRecoveryInvalid() *config.CourierEmailTemplate
CourierTemplatesRecoveryValid() *config.CourierEmailTemplate
}
type Dependencies ¶
type Dependencies interface {
CourierConfig() config.CourierConfigs
HTTPClient(ctx context.Context, opts ...httpx.ResilientOptions) *retryablehttp.Client
}
Click to show internal directories.
Click to hide internal directories.