//
pkg.gl
Category
github.com/landofcoder/go-lang-gin-postgresql-example
controllers
package
0.0.0-20250120014142-c9544fe4ed9d
Repository:
https://github.com/landofcoder/go-lang-gin-postgresql-example.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
83 SLOC
#
Functions
CreateContact
No description provided by the author
DeleteContact
DELETE /contacts/:id Delete a contact.
FindContact
GET /contacts/:id Find a contact.
FindContacts
GET /contacts Get all contacts.
UpdateContact
PATCH /contacts/:id Update a contact.