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 queries the database for all users.
GetUser queries the database for all users.
GetUsers queries the database for all users.
SetupDatabase migrates and sets up the database.
UpdateUser creates a new user.

# Variables

DB is the he database connection.

# Structs

User is the main user model.