Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticatedSessionController ¶
AuthenticatedSessionController is a responsible to handle an incoming authentication request.
func NewAuthenticatedSessionController ¶
func NewAuthenticatedSessionController(ctx context.Context) AuthenticatedSessionController
NewAuthenticatedSessionController is creating anew instance of AuthenticatedSessionController
type RegisteredUserController ¶
RegisteredUserController is a responsible to handle an incoming registration request.
func NewRegisteredUserController ¶
func NewRegisteredUserController(ctx context.Context) RegisteredUserController
NewRegisteredUserController is creating anew instance of RegisteredUserController
type UserController ¶
UserController is a ....
func NewUserController ¶
func NewUserController(ctx context.Context) UserController
NewUserController is creating anew instance of UserControlller
Click to show internal directories.
Click to hide internal directories.