package
Version:
v0.0.0-...-a9213cb
Opens a new window with list of versions in this module.
Published: Jul 27, 2021
License: MIT
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
¶
type Todo struct {
ID int `json:"id" gorm:"primary_key"`
Name string `json:"name"`
Status int `json:"status"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.