# Functions
NewCtxInjector creates a new context injector with the given injectors.
# Structs
CtxInjector is a context injector that injects key-value pairs into a context.
# Type aliases
KeyValueInjectorFunc is type of a function that returns a key-value pair to be injected into a context.