Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetValueFromContext ¶
func GetValueFromContext(ctx context.Context, key ContextKey) string
Types ¶
type ContextKey ¶
type ContextKey string
const ( RequestIDKey ContextKey = "k_request_id" StartRequestTimestampKey ContextKey = "k_start_request_timestamp" IPAddressKey ContextKey = "k_ip_address" )
Click to show internal directories.
Click to hide internal directories.