package
Version:
v0.0.0-...-1422b68
Opens a new window with list of versions in this module.
Published: Jul 17, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type TableTodos struct {
ID string `db:"id"`
Title string `db:"title"`
Detail string `db:"detail"`
CreatedDate string `db:"created_date"`
UpdatedDate string `db:"updated_date"`
StatusCompleted string `db:"st_completed"`
CompletedDate string `db:"completed_date"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.