# Functions
DecodeValidRequest validates input maps (From Query.URL, or decoded Json Body) against template and returns typed structure srcs can be list of either map[string]interface{} or map[string][]string.
LowerCaseKeys returns new map with keys changed to lowercase.
MergeMaps Merges provided maps into one.
ZeroValue checks if value is a Zero value.
# Variables
PaginationTemplate contains validation for Pagination components.
# Structs
Pagination defines type safe Pagination request components.