//
pkg.gl
Category
github.com/yunspace/serverless-golang
api
package
0.0.0-20191020074145-b07ea140b6dd
Repository:
https://github.com/yunspace/serverless-golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
3
Files
16 SLOC
#
Interfaces
CRUDAPI
CRUDAPI is a generic interface for common CRUD operations either extend this or use your own for more complex requirements.
Entity
Entity represents a basic domain model with UUID.
#
Type aliases
CreateFunc
No description provided by the author
DeleteFunc
No description provided by the author
GetFunc
No description provided by the author
ListFunc
No description provided by the author
UpdateFunc
No description provided by the author