Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultUserName string
@Config("user.default_username")
View Source
var Timeout int
@Config("application.timeout")
Functions ¶
Types ¶
type UserController ¶
type UserController struct { // @Config("user.fetch_size") FetchSize int }
@RestController @RequestMapping("/api/users")
func (*UserController) UserHandler ¶
func (s *UserController) UserHandler(c *fiber.Ctx) error
@GetMapping("/")
Click to show internal directories.
Click to hide internal directories.