Versions in this module Expand all Collapse all v1 v1.0.0 Nov 4, 2022 Changes in this version + const BUNDLEPARAM + const INDEXCONTENT + const NOTFOUND + const UUID + func CreateBundle(c *gin.Context) + func CreateUser(c *gin.Context) + func CreateUsersWithListInput(c *gin.Context) + func DeleteUser(c *gin.Context) + func GetBundleStatus(c *gin.Context) + func GetUserByName(c *gin.Context) + func Index(c *gin.Context) + func LoginUser(c *gin.Context) + func LogoutUser(c *gin.Context) + func NewRouter(middleware ...gin.HandlerFunc) *gin.Engine + func UpdateUser(c *gin.Context) + type ApiResponse struct + Code int32 + Message string + Type string + type Bundle struct + BundleStatus string + Id string + type Route struct + HandlerFunc gin.HandlerFunc + Method string + Name string + Pattern string + type Routes []Route + type Tag struct + Id int64 + Name string + type User struct + Email string + FirstName string + Id int64 + LastName string + Password string + Phone string + UserStatus int32 + Username string