package
0.0.0-20240603144334-d6ab559353e0
Repository: https://github.com/fachi-r/go-crud.git
Documentation: pkg.go.dev
# Functions
Return Admin page.
Creates a student record with the fields provided through the request body.
No description provided by the author
Check if Student or Guardian with `:id` exists in the database
Returns JSON in the form:
{ "exists": true || false }
*/.
Return an array of all records in the Student or Guardian Database
Returns JSON in the form:
{
"data": [{...},{...}]
}
*/.
Return all students.
Reruns the form specified by the `:formId`.
No description provided by the author
Return Index page.
No description provided by the author
No description provided by the author
No description provided by the author
Check if Receipt or Student with `:ID` exists in the database
Returns JSON in the form:
{ "exists": true || false }
*/.