Documentation
¶
Index ¶
Constants ¶
View Source
const ( LevelTrace = "trace" LevelDebug = "debug" LevelInfo = "info" LevelWarn = "warn" LevelError = "error" LevelPanic = "panic" LevelFatal = "fatal" )
View Source
const HeaderAuthorization = "Authorization"
View Source
const UUIDSize = 36
Variables ¶
View Source
var Levels = []string{ LevelTrace, LevelDebug, LevelInfo, LevelWarn, LevelError, LevelPanic, LevelFatal, }
Functions ¶
func FindLevelIndex ¶ added in v1.19.0
func PutNewUUID ¶ added in v1.19.0
func PutNewUUID(dst []byte)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.