Versions in this module Expand all Collapse all v0 v0.1.0 Sep 1, 2023 Changes in this version + type ChangePasswordRequest struct + NewPassword string + OldPassword string + type UserController struct + func NewUserController(store store.Factory) *UserController + func (u *UserController) ChangePassword(c *gin.Context) + func (u *UserController) Create(c *gin.Context) + func (u *UserController) Delete(c *gin.Context) + func (u *UserController) DeleteCollection(c *gin.Context) + func (u *UserController) Get(c *gin.Context) + func (u *UserController) List(c *gin.Context) + func (u *UserController) Update(c *gin.Context)