# Functions
No description provided by the author
GinContextFromContext can be used to read the Gin context in a request, use with:
gc, err := util.GinContextFromContext(ctx) if err != nil { return nil, err }.
No description provided by the author
RemoveWhitespace returns a new string after removing any whitespace characters from the input.
RootDir returns the root path of the project.
# Variables
MasterContextKeys the project's context keys.
# Structs
ContextKeys holds the context keys through the project.
# Type aliases
ContextKey defines a type for context keys shared in the app.