Documentation ¶
Index ¶
- func GinHandleErrorAndAbort(c *gin.Context, status int, err error, fields ...Field) bool
- type Field
- func ByteString(key string, value []byte) Field
- func ByteStringp(key string, value *[]byte) Field
- func Float32(key string, value float32) Field
- func Float32p(key string, value *float32) Field
- func Float64(key string, value float64) Field
- func Float64p(key string, value *float64) Field
- func Int(key string, value int) Field
- func Int64(key string, value int64) Field
- func Int64p(key string, value *int64) Field
- func Intp(key string, value *int) Field
- func String(key, value string) Field
- func Stringp(key string, value *string) Field
- func Uint(key string, value uint) Field
- func Uintp(key string, value *uint) Field
- type RorError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.