entities

package
v0.0.0-...-bb37284 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Task

type Task struct {
	ID              int64           `db:"id"`
	Title           string          `db:"title"`
	Text            sql.NullString  `db:"text"`
	Completed       string          `db:"completed"`
	CounterExist    bool            `db:"counter_exist"`
	CounterValue    sql.NullFloat64 `db:"counter_value"`
	CounterMaxValue sql.NullFloat64 `db:"counter_max_value"`
	CounterScale    sql.NullString  `db:"counter_scale"`
	UserId          string          `db:"user_id"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL