Discover Packages
github.com/ErenTheTitan/gin-restapi
Models
package
Version:
v0.0.0-...-95a22fc
Opens a new window with list of versions in this module.
Published: Mar 11, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
CreateUser ... Insert New data
DeleteUser ... Delete user
GetAllUsers Fetch all user data
GetUserByID ... Fetch only one user by Id
UpdateUser ... Update user
type User struct {
Id uint `json:"id"`
Name string `json:"name"`
Email string `json:"email"`
Phone string `json:"phone"`
Address string `json:"address"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.