Documentation
¶
Overview ¶
Copyright 2019 The niqingyang Authors. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file. http://acme.top Author: niqingyang [email protected] TIME: 2019/10/1 10:08
Index ¶
- func AddGroup(name string, group *fiber.Group)
- func GetGroup(name string) *fiber.Group
- func Group(callback func(app *fiber.App))
- func GroupByName(groupName string, callback func(group *fiber.Group))
- func Middleware(callback func(app *fiber.App))
- func Route(callback func(app *fiber.App))
- func Strap(app *fiber.App)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GroupByName ¶
向指定的路由群组中中注入路由回调
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.