Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MotherInterface ¶
type MotherInterface interface {
Registrar() services.Registrar
EmailRecipe() postal.EmailRecipe
UserRecipe() postal.UserRecipe
SpaceRecipe() postal.SpaceRecipe
OrganizationRecipe() postal.OrganizationRecipe
NotificationFinder() services.NotificationFinder
PreferencesFinder() *services.PreferencesFinder
PreferenceUpdater() services.PreferenceUpdater
TemplateServiceObjects() (services.TemplateFinder, services.TemplateUpdater, services.TemplateDeleter)
Database() models.DatabaseInterface
Logging() stack.Middleware
ErrorWriter() handlers.ErrorWriter
Authenticator(...string) middleware.Authenticator
CORS() middleware.CORS
}
Click to show internal directories.
Click to hide internal directories.