Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageController ¶
type ImageController struct {
// contains filtered or unexported fields
}
func NewImageController ¶
func NewImageController() *ImageController
func (*ImageController) GetAllImages ¶
func (ic *ImageController) GetAllImages(c *gin.Context)
func (*ImageController) UploadImage ¶
func (ic *ImageController) UploadImage(c *gin.Context)
type UserController ¶
type UserController struct {
// contains filtered or unexported fields
}
func NewUserController ¶
func NewUserController() *UserController
func (*UserController) GetUser ¶
func (uc *UserController) GetUser(c *gin.Context)
func (*UserController) GetUsers ¶
func (uc *UserController) GetUsers(c *gin.Context)
func (*UserController) Login ¶
func (uc *UserController) Login(c *gin.Context)
func (*UserController) Logout ¶
func (uc *UserController) Logout(c *gin.Context)
func (*UserController) Refresh ¶
func (uc *UserController) Refresh(c *gin.Context)
func (*UserController) Signup ¶
func (uc *UserController) Signup(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.