Categorygithub.com/gopher1980/gormcrud
modulepackage
0.2.1
Repository: https://github.com/gopher1980/gormcrud.git
Documentation: pkg.go.dev

# README

Gormcrud

Motivation for this project is to provide the a Golang module for it can drive all CRUD api of your GORM entities.

Example:

	gormcrud.Map(r, db).
	NewMap("/api/v1/author", []Author{}).Full().
	NewMap("/api/v1/category", []Category{}).Full().
	NewMap("/api/v1/tag", []Tag{}).Full().
	NewMap("/api/v1/note", []Note{}).Full()

full example https://github.com/gopher1980/gormcrud/blob/master/example/main.go

# Functions

All is.
Delete is.
Get is.
Link is.
No description provided by the author
https://tools.ietf.org/html/draft-snell-link-method-12.
Page is.
Save is.
WrapF is a helper function for wrapping http.HandlerFunc and returns a Gin middleware.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
***************************GIN**********************************************/.
No description provided by the author

# Interfaces

ValidateDelete is.
ValidateSave is.