Documentation ¶
Index ¶
- func Errorf(c context.Context, format string, a ...any)
- func Infof(c context.Context, format string, a ...any)
- type Gin
- func (conf *Gin) Debugf(c *gin.Context, format string, a ...interface{})
- func (conf *Gin) Errorf(c *gin.Context, format string, a ...interface{})
- func (conf *Gin) Fatalf(c *gin.Context, format string, a ...interface{})
- func (conf *Gin) Infof(c *gin.Context, format string, a ...interface{})
- func (conf *Gin) Panicf(c *gin.Context, format string, a ...interface{})
- func (conf *Gin) Warnf(c *gin.Context, format string, a ...interface{})
- type GinOption
- type Level
- type Mode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Gin ¶ added in v0.2.3
Click to show internal directories.
Click to hide internal directories.