package
0.0.0-20210320220252-36b8c94c9415
Repository: https://github.com/henvo/golang-gin-gorm-starter.git
Documentation: pkg.go.dev

# Functions

CreateUser creates a new user.
DeleteUser deletes a user by ID.
GetUser finds a single user by ID.
GetUsers gets all existing users.
UpdateUser updates a new user by ID.