Documentation ¶
Index ¶
- func CORS(ctx *gin.Context)
- func Handle(h HandlerFunc) gin.HandlerFunc
- func InitRouter(s *controllers.Service) *controllers.Service
- func Logger(logger *logger.Logger, notLogged ...string) gin.HandlerFunc
- func Serve(conf config.App, sshManager *ssh.Manager, taskManager *task.Manager, ...)
- type HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Handle ¶
func Handle(h HandlerFunc) gin.HandlerFunc
func InitRouter ¶
func InitRouter(s *controllers.Service) *controllers.Service
Types ¶
type HandlerFunc ¶
type HandlerFunc func(c *controllers.Context)
Click to show internal directories.
Click to hide internal directories.