package
2.1.0+incompatible
Repository: https://github.com/syb-devs/goth.git
Documentation: pkg.go.dev

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

# Structs

BaseCRUD is the default implementation for ResourceHandler interface.
Options are used to setup the CRUD.

# Interfaces

CRUDHandler interface represents the HTTP interface for CRUD operations than can be applied to a Resource.