Versions in this module Expand all Collapse all v1 v1.0.1 Nov 9, 2023 v1.0.0 Nov 9, 2023 Changes in this version + func Create(c *gin.Context) + func Delete(c *gin.Context) + func Get(c *gin.Context) + func GetList(c *gin.Context) + func GetMe(c *gin.Context) + func Import(c *gin.Context) + func ImportStatus(c *gin.Context) + func ListByApplication(c *gin.Context) + func ListNotInApplication(c *gin.Context) + func Login(c *gin.Context) + func RefreshToken(c *gin.Context) + func Register(c *gin.Context) + func Update(c *gin.Context) + type CreateRequest struct + Password string + Username string + type CreateResponse struct + Username string + type CreateUserRequest struct + ConfirmPassword string + Email string + IsAdmin *uint64 + Name string + Password string + Status *uint64 + type ImportTaskStatus struct + ErrInfo string + Items []ItemStatus + Process float32 + type ItemStatus struct + CooperatorDevSpace string + Email string + ErrInfo string + Success bool + Username string + ViewerDevSpace string + type ListResponse struct + HasMore int + Items interface{} + PageKey string + PageValue int + TotalCount uint64 + type LoginCredentials struct + Email string + From string + Password string + type RegisterRequest struct + ConfirmPassword string + Email string + Password string + type SwaggerListResponse struct + TotalCount uint64 + UserList []model.UserInfo + type UpdateRequest struct + Avatar string + Sex int + type UpdateUserRequest struct + Email string + IsAdmin *uint64 + Name string + Password string + Status *uint64