Documentation
¶
Overview ¶
Package requestid provides tool for creating request ID for further monitoring and traces.
Index ¶
Constants ¶
View Source
const (
Key = "requestID"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RequestIDer ¶ added in v1.1.6
type RequestIDer interface {
GetRequestID() string
}
Click to show internal directories.
Click to hide internal directories.