Documentation ¶
Index ¶
- func AccountHandler(c *gin.Context)
- func BillAddHandler(c *gin.Context)
- func BillChangeHandler(c *gin.Context)
- func BillDeleteHandler(c *gin.Context)
- func BillDetailHandler(c *gin.Context)
- func BillHandler(c *gin.Context)
- func BorrowHandler(c *gin.Context)
- func BugHandler(c *gin.Context)
- func ChangePasswordHandler(c *gin.Context)
- func DashboardHandler(c *gin.Context)
- func GetPasswordHandler(c *gin.Context)
- func HomeHandler(c *gin.Context)
- func IndexHandler(c *gin.Context)
- func LoginHandler(c *gin.Context)
- func LogoutHandler(c *gin.Context)
- func NotFoundHandler(c *gin.Context)
- func RegisterHandler(c *gin.Context)
- func ReturnHandler(c *gin.Context)
- func UmbrellaAddHandler(c *gin.Context)
- func UmbrellaChangeHandler(c *gin.Context)
- func UmbrellaDeleteHandler(c *gin.Context)
- func UmbrellaDetailHandler(c *gin.Context)
- func UmbrellaHandler(c *gin.Context)
- func UserAddHandler(c *gin.Context)
- func UserChangeHandler(c *gin.Context)
- func UserDeleteHandler(c *gin.Context)
- func UserDetailHandler(c *gin.Context)
- func UserHandler(c *gin.Context)
- func UserProfileHandler(c *gin.Context)
- type ResponseAccount
- type ResponseBill
- type ResponseHome
- type ResponseUmbrella
- type ResponseUser
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ResponseAccount ¶
type ResponseAccount struct { Title string Description string Button string Message string Year string }
ResponseAccount 响应数据
type ResponseBill ¶
type ResponseBill struct { Title string Description string Button string Message string Fullname string Username string Bills []model.Bill Bill model.Bill ID string Text string Gte string Lte string Page int PreviousPage int NextPage int MinPage int MaxPage int TotalPage int Year string }
ResponseBill 响应数据
type ResponseHome ¶
type ResponseHome struct { Title string Description string Button string Message string Fullname string Username string ID string UserCount int64 BillCount int64 UmbrellaCount int64 Year string }
ResponseHome 响应数据
type ResponseUmbrella ¶
type ResponseUmbrella struct { Title string Description string Button string Message string Fullname string Username string Umbrellas []model.Umbrella Umbrella model.Umbrella ID string Text string Gte string Lte string Page int PreviousPage int NextPage int MinPage int MaxPage int TotalPage int Year string }
ResponseUmbrella 响应数据
type ResponseUser ¶
type ResponseUser struct { Title string Description string Button string Message string UserID int Fullname string Username string Users []model.User User model.User ID string EncodePassword string DecodePassword string Text string Gte string Lte string Page int PreviousPage int NextPage int MinPage int MaxPage int TotalPage int Year string }
ResponseUser 响应数据
Click to show internal directories.
Click to hide internal directories.