# Constants

CtxRouteTemplateKey is the context key used for a route template.
RenderStringSpanName is the span name for the beego.Controller.RenderBytes operation.
RenderStringSpanName is the span name for the beego.Controller.RenderString operation.
RenderTemplateSpanName is the span name for the beego.Controller.Render operation.
TemplateKey is used to describe the beego template used.

# Type aliases

ContextKey is a key for a value in a context.Context, used as it is not recommended to use basic types as keys.