package
0.0.0-20231206235539-cebdb6ef6ee6
Repository: https://github.com/trevoredris/about-me.git
Documentation: pkg.go.dev
# Functions
NewController creates a new Controller.
NewPage creates and initiatizes a new Page for a given request context.
NewPager creates a new Pager.
# Constants
DefaultItemsPerPage stores the default amount of items per page.
PageQueryKey stores the query key used to indicate the current page.
# Structs
Controller provides base functionality and dependencies to routes.
FormSubmission represents the state of the submission of a form, not including the form itself.
Page consists of all data that will be used to render a page response for a given controller.
Pager provides a mechanism to allow a user to page results via a query parameter.