Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecorateRuntimeContext ¶
DecorateRuntimeContext represents a logger containing the "functionName" and "lineNumber" as fields
Types ¶
type ContextType ¶
type ContextType int
ContextType represents type of the context, used to in the application
const ( //RequestIDKey represents the identifier of each REST request RequestIDKey ContextType = iota //UseCaseName usecase name UseCaseName )
Click to show internal directories.
Click to hide internal directories.