# Functions
Bootstrap initializes this module with ContextIn and exports resulting ContextOut.
# Constants
DateFormat is 'YYYY-MM-DD'.
# Structs
AlwaysValidJSON can be embedded by JSONBody types that don't need to validate.
ContextIn describes dependecies needed by this package.
ContextOut describes dependencies exported by this package.
ErrorMessage model.
PagedResponse is the container for paginated responses.
# Type aliases
JSONDate is marshalled as string in 'YYYY-MM-DD' format and unmarshalled as time.Time instance.