Discover Packages
github.com/crossevol/goadmin
scripts
add_tags
package
Version:
v0.0.0-...-7571f08
Opens a new window with list of versions in this module.
Published: Jun 2, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Category struct {
ID int `db:"id" json:"id"`
Name string `db:"name" json:"name"`
ParentID sql .NullInt32 `db:"parent_id" json:"parent_id"`
}
type Group struct {
ID int `db:"id" json:"id"`
Name string `db:"name" json:"name"`
Desc string `db:"desc" json:"desc"`
}
type TodoTag struct {
ID int `db:"id" json:"id"`
Name string `db:"name" json:"name"`
TodoID int `db:"todo_id" json:"todo_id"`
CreatedAt time .Time `db:"created_at" json:"created_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.