package
0.10.0
Repository: https://github.com/authzed/controller-idioms.git
Documentation: pkg.go.dev

# Functions

Boxed creates a new BoxedKey with a default value.
NewKey creates a new Key.
WithDefault creates a new DefaultingKey with the given default value.

# Structs

No description provided by the author
BoxedKey is a type that is used as a key in a context.Context that points to a handle containing the desired value.
DefaultingKey is a type that is used as a key in a context.Context for a specific type of value, but returns the default value for V if unset.
Key is a type that is used as a key in a context.Context for a specific type of value V.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author