Documentation ¶
Index ¶
- type Accounts
- type Config
- type Context
- type Engine
- type Error
- type ErrorLogger
- type ErrorType
- type H
- type HandlerChains
- type HandlerFunc
- type IRouter
- type IRoutes
- type LogFormatter
- type LogFormatterParams
- type LoggerConfig
- type Negotiate
- type Param
- type Params
- type RecoveryFunc
- type ResponseWriter
- type RouteInfo
- type RouterGroup
- type RoutesInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
func SetupEngine ¶
func SetupEngine(logger ErrorLogger, cfg Config) (*Engine, error)
type ErrorLogger ¶ added in v1.9.2
type HandlerChains ¶
type HandlerChains = []HandlerFunc
type HandlerFunc ¶
type HandlerFunc = func(*Context)
type LogFormatter ¶
type LogFormatter = gin.LogFormatter
type LogFormatterParams ¶
type LogFormatterParams = gin.LogFormatterParams
type LoggerConfig ¶
type LoggerConfig = gin.LoggerConfig
type RecoveryFunc ¶
type RecoveryFunc = gin.RecoveryFunc
type ResponseWriter ¶
type ResponseWriter = gin.ResponseWriter
type RouterGroup ¶
type RouterGroup = gin.RouterGroup
type RoutesInfo ¶
type RoutesInfo = gin.RoutesInfo
Click to show internal directories.
Click to hide internal directories.