//
pkg.gl
Category
github.com/henvo/golang-gin-gorm-starter
controllers
package
0.0.0-20210320220252-36b8c94c9415
Repository:
https://github.com/henvo/golang-gin-gorm-starter.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
78 SLOC
#
Functions
CreateUser
CreateUser creates a new user.
DeleteUser
DeleteUser deletes a user by ID.
GetUser
GetUser finds a single user by ID.
GetUsers
GetUsers gets all existing users.
UpdateUser
UpdateUser updates a new user by ID.