# README
crud-ui
Package CRUD UI allows you to run a simple administration panel for struct instances stored in the database. The idea is that you define structs, attach ORM and run a simple function.
Example usage
Please check a sample application in the cmd
directory or type in make run-sample-app1
to start it, and navigate to http://localhost:9001/ui/
.
# Packages
No description provided by the author
# Functions
IsFieldKindSupported checks if a field kind is supported by this module.
NewController returns new Controller object.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
Controller is the main component that gets and saves objects in the database and generates HTTP handler that can be attached to an HTTP server.
No description provided by the author
ErrController wraps original error that occurred in Err with name of the operation/step that failed, which is in Op field.
ErrValidation wraps error occurring during object validation.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author