ctxkey

package
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrCtxKey = errors.New("context key was not as expected")

ErrCtxKey is the error returned when a context key is not as expected.

Functions

This section is empty.

Types

type ContextKey

type ContextKey int

ContextKey is a type for context value keys.

const (
	// RequestUUID is the context key for the request's UUID value.
	RequestUUID ContextKey = iota
	// ServiceAccount is the context key for the request's service account value.
	ServiceAccount
	// Logger is the context key for the request's logger value.
	Logger
	// Tx is the context key for the request's transaction value.
	Tx
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL