package
Version:
v0.0.0-...-c4d8e50
Opens a new window with list of versions in this module.
Published: May 7, 2023
License: Apache-2.0
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
¶
type Task struct {
ID int64 `json:"-" db:"id" redis:"id"`
Title string `validate:"required,gt=2" json:"title" db:"title" redis:"title"`
Created time.Time `json:"created" db:"created" redis:"created"`
Updated time.Time `json:"updated" db:"updated" redis:"updated"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.