package
Version:
v0.0.0-...-c85b86a
Opens a new window with list of versions in this module.
Published: Feb 26, 2022
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BunTask struct {
bun.BaseModel `bun:"table:task_list"`
ID string `bun:"id,pk,type:uuid"`
Text string `bun:"text,notnull"`
CreationTime time.Time `bun:",nullzero,notnull,default:current_timestamp"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.