package
Version:
v1.1.1
Opens a new window with list of versions in this module.
Published: Feb 17, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Blog struct {
gorm.Model
Title string `json:"title" gorm:"title"`
Description string `json:"description" gorm:"description"`
Image string `json:"image" gorm:"image"`
}
type User struct {
gorm.Model
Name string `json:"name" gorm:"name"`
Email string `json:"email" gorm:"email"`
Password string `json:"password" gorm:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.