package
0.0.0-20210708194148-39e06cabe440
Repository: https://github.com/saharsh-samples/go-mux-sql-starter.git
Documentation: pkg.go.dev

# 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.

# Interfaces

JSONBody is base type for types that represent JSON data.
JSONUtils can be used to delegate JSON specific concerns.
URLUtils can be used to extract information from URLs.

# Type aliases

JSONDate is marshalled as string in 'YYYY-MM-DD' format and unmarshalled as time.Time instance.