package
Version:
v0.0.0-...-988b5a2
Opens a new window with list of versions in this module.
Published: Feb 25, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Item struct {
ID int `json:"id" gorm:"primary_key"`
Title string `json:"title"`
Owner string `json:"owner"`
Rating int `json:"rating"`
}
type NewItem struct {
Title string `json:"title"`
Owner string `json:"owner"`
Rating int `json:"rating"`
}
type UpdateItem struct {
Title *string `json:"title"`
Owner *string `json:"owner"`
Rating *int `json:"rating"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.