Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewUsersController, CreateInitControllersFn)
Functions ¶
func CreateInitControllersFn ¶
func CreateInitControllersFn(pc *UsersController) http.InitControllers
Types ¶
type UsersController ¶
type UsersController struct {
// contains filtered or unexported fields
}
func CreateUsersController ¶
func CreateUsersController(cf string, sto repositories.UsersRepository) (*UsersController, error)
func NewUsersController ¶
func NewUsersController(logger *zap.Logger, s services.UsersService) *UsersController
func (*UsersController) CreateSession ¶
func (pc *UsersController) CreateSession(c *gin.Context)
func (*UsersController) GetSession ¶
func (pc *UsersController) GetSession(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.