Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultKeys = []string{
"request_id",
"req_id",
"trace_id",
"correlation_id",
}
Functions ¶
func GetConfigPath ¶ added in v0.7.0
Types ¶
type OutputFormat ¶
type OutputFormat string
const ( OutputPretty OutputFormat = "pretty" OutputJSON OutputFormat = "json" )
Click to show internal directories.
Click to hide internal directories.