Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallbackController ¶
type CallbackController struct {
// contains filtered or unexported fields
}
CallbackController fake controller
func (*CallbackController) Inject ¶
func (c *CallbackController) Inject( responder *web.Responder, mappingService *domain.UserMappingService, config *struct { UserData config.Map `inject:"config:core.oauth.fakeUserData"` }, )
Inject dependencies
type LoginController ¶
type LoginController struct {
// contains filtered or unexported fields
}
LoginController fake implementation
func (*LoginController) Inject ¶
func (l *LoginController) Inject( responder *web.Responder, authManager *application.AuthManager, cfg *struct { FakeLoginTemplate string `inject:"config:core.oauth.fakeLoginTemplate"` }, router web.ReverseRouter, )
Inject dependencies
type LogoutController ¶
type LogoutController struct {
// contains filtered or unexported fields
}
LogoutController fake implementation
func (*LogoutController) Inject ¶
func (l *LogoutController) Inject( responder *web.Responder, authManager *application.AuthManager, eventPublisher *application.EventPublisher, router web.ReverseRouter, )
Inject dependencies
Click to show internal directories.
Click to hide internal directories.