Documentation
¶
Index ¶
Constants ¶
View Source
const (
DisableEmailServiceEnv = "HORUSEC_ACCOUNT_DISABLE_EMAIL_SERVICE"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
DisableEmailService bool
}
func (*Config) IsEmailServiceDisabled ¶
type IAppConfig ¶
type IAppConfig interface {
IsEmailServiceDisabled() bool
}
func SetupApp ¶
func SetupApp() IAppConfig
Click to show internal directories.
Click to hide internal directories.