rubbishclass-srv/app/user-handler.go

16 lines
175 B
Go
Raw Normal View History

2020-03-24 07:12:31 +00:00
package app
import "github.com/gin-gonic/gin"
func UserInfoHandler(c *gin.Context) {
}
func UserListHandler(c *gin.Context) {
}
func FeeListHandler(c *gin.Context) {
}