# Functions
New allocates and returns a BaseCRUD.
NewWithOptions allocates and returns a BaseCRUD using the given Options.
Register registers a resource for setting up automatic REST CRUD handlers in the App.
RegisterCRUD registers a CRUDHandler.
RegisterWithOptions registers a resource for setting up automatic REST CRUD handlers in the App, using the given Options.
# Variables
ErrNotAllowed.
# Interfaces
CRUDHandler interface represents the HTTP interface for CRUD operations than can be applied to a Resource.