Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateUUID ¶
func GenerateUUID() string
GenerateID generates a unique ID that can be used as an identifier for an entity.
Types ¶
type Todo ¶
type Todo struct {
TodoId int64 `db:"pk,todo_id"`
AuthorId int64 `db:"author_id"`
PerfomerId int64 `db:"perfomer_id"`
Name string `db:"name"`
Status int `db:"status"`
}
Todo represents an album record.
Click to show internal directories.
Click to hide internal directories.