package
Version:
v0.0.0-...-caf4afc
Opens a new window with list of versions in this module.
Published: Nov 15, 2023
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
¶
View Source
const (
TimeFormat = "2006-01-02 15:04:05"
)
type TaskDTO struct {
Id string `db:"id"`
Name string `db:"name"`
CreatedAt time.Time `db:"created_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.