Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitializeEmailHandler ¶
func InitializeEmailHandler() handlers.EmailController
func InitializeJwtMiddleware ¶
func InitializeJwtMiddleware() handlers.JwtMiddleware
Types ¶
type ServiceContainer ¶
type ServiceContainer struct {
// contains filtered or unexported fields
}
func DefaultServiceContainer ¶
func DefaultServiceContainer() *ServiceContainer
func NewServiceContainer ¶
func NewServiceContainer(emailHandler handlers.EmailController, jwtHandler handlers.JwtMiddleware, ) *ServiceContainer
func (*ServiceContainer) EmailHandler ¶
func (sc *ServiceContainer) EmailHandler() handlers.EmailController
func (*ServiceContainer) JwtMiddleware ¶
func (sc *ServiceContainer) JwtMiddleware() handlers.JwtMiddleware
Click to show internal directories.
Click to hide internal directories.