Documentation
¶
Index ¶
- Constants
- Variables
- func ActiveTasks(v int) predicate.SystemSummary
- func ActiveTasksEQ(v int) predicate.SystemSummary
- func ActiveTasksGT(v int) predicate.SystemSummary
- func ActiveTasksGTE(v int) predicate.SystemSummary
- func ActiveTasksIn(vs ...int) predicate.SystemSummary
- func ActiveTasksLT(v int) predicate.SystemSummary
- func ActiveTasksLTE(v int) predicate.SystemSummary
- func ActiveTasksNEQ(v int) predicate.SystemSummary
- func ActiveTasksNotIn(vs ...int) predicate.SystemSummary
- func And(predicates ...predicate.SystemSummary) predicate.SystemSummary
- func AvgItemsPerTask(v float64) predicate.SystemSummary
- func AvgItemsPerTaskEQ(v float64) predicate.SystemSummary
- func AvgItemsPerTaskGT(v float64) predicate.SystemSummary
- func AvgItemsPerTaskGTE(v float64) predicate.SystemSummary
- func AvgItemsPerTaskIn(vs ...float64) predicate.SystemSummary
- func AvgItemsPerTaskLT(v float64) predicate.SystemSummary
- func AvgItemsPerTaskLTE(v float64) predicate.SystemSummary
- func AvgItemsPerTaskNEQ(v float64) predicate.SystemSummary
- func AvgItemsPerTaskNotIn(vs ...float64) predicate.SystemSummary
- func CreateTime(v time.Time) predicate.SystemSummary
- func CreateTimeEQ(v time.Time) predicate.SystemSummary
- func CreateTimeGT(v time.Time) predicate.SystemSummary
- func CreateTimeGTE(v time.Time) predicate.SystemSummary
- func CreateTimeIn(vs ...time.Time) predicate.SystemSummary
- func CreateTimeLT(v time.Time) predicate.SystemSummary
- func CreateTimeLTE(v time.Time) predicate.SystemSummary
- func CreateTimeNEQ(v time.Time) predicate.SystemSummary
- func CreateTimeNotIn(vs ...time.Time) predicate.SystemSummary
- func ID(id int) predicate.SystemSummary
- func IDEQ(id int) predicate.SystemSummary
- func IDGT(id int) predicate.SystemSummary
- func IDGTE(id int) predicate.SystemSummary
- func IDIn(ids ...int) predicate.SystemSummary
- func IDLT(id int) predicate.SystemSummary
- func IDLTE(id int) predicate.SystemSummary
- func IDNEQ(id int) predicate.SystemSummary
- func IDNotIn(ids ...int) predicate.SystemSummary
- func Items(v int) predicate.SystemSummary
- func ItemsEQ(v int) predicate.SystemSummary
- func ItemsGT(v int) predicate.SystemSummary
- func ItemsGTE(v int) predicate.SystemSummary
- func ItemsIn(vs ...int) predicate.SystemSummary
- func ItemsLT(v int) predicate.SystemSummary
- func ItemsLTE(v int) predicate.SystemSummary
- func ItemsNEQ(v int) predicate.SystemSummary
- func ItemsNotIn(vs ...int) predicate.SystemSummary
- func Not(p predicate.SystemSummary) predicate.SystemSummary
- func Or(predicates ...predicate.SystemSummary) predicate.SystemSummary
- func Tasks(v int) predicate.SystemSummary
- func TasksEQ(v int) predicate.SystemSummary
- func TasksGT(v int) predicate.SystemSummary
- func TasksGTE(v int) predicate.SystemSummary
- func TasksIn(vs ...int) predicate.SystemSummary
- func TasksLT(v int) predicate.SystemSummary
- func TasksLTE(v int) predicate.SystemSummary
- func TasksNEQ(v int) predicate.SystemSummary
- func TasksNotIn(vs ...int) predicate.SystemSummary
- func Users(v int) predicate.SystemSummary
- func UsersEQ(v int) predicate.SystemSummary
- func UsersGT(v int) predicate.SystemSummary
- func UsersGTE(v int) predicate.SystemSummary
- func UsersIn(vs ...int) predicate.SystemSummary
- func UsersLT(v int) predicate.SystemSummary
- func UsersLTE(v int) predicate.SystemSummary
- func UsersNEQ(v int) predicate.SystemSummary
- func UsersNotIn(vs ...int) predicate.SystemSummary
Constants ¶
const ( // Label holds the string label denoting the systemsummary type in the database. Label = "system_summary" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldCreateTime holds the string denoting the create_time field in the database. FieldCreateTime = "create_time" // FieldUsers holds the string denoting the users field in the database. FieldUsers = "users" // FieldTasks holds the string denoting the tasks field in the database. FieldTasks = "tasks" // FieldActiveTasks holds the string denoting the active_tasks field in the database. FieldActiveTasks = "active_tasks" // FieldItems holds the string denoting the items field in the database. FieldItems = "items" // FieldAvgItemsPerTask holds the string denoting the avg_items_per_task field in the database. FieldAvgItemsPerTask = "avg_items_per_task" // Table holds the table name of the systemsummary in the database. Table = "system_summaries" )
Variables ¶
var Columns = []string{ FieldID, FieldCreateTime, FieldUsers, FieldTasks, FieldActiveTasks, FieldItems, FieldAvgItemsPerTask, }
Columns holds all SQL columns for systemsummary fields.
var ( // DefaultCreateTime holds the default value on creation for the create_time field. DefaultCreateTime func() time.Time )
Functions ¶
func ActiveTasks ¶
func ActiveTasks(v int) predicate.SystemSummary
ActiveTasks applies equality check predicate on the "active_tasks" field. It's identical to ActiveTasksEQ.
func ActiveTasksEQ ¶
func ActiveTasksEQ(v int) predicate.SystemSummary
ActiveTasksEQ applies the EQ predicate on the "active_tasks" field.
func ActiveTasksGT ¶
func ActiveTasksGT(v int) predicate.SystemSummary
ActiveTasksGT applies the GT predicate on the "active_tasks" field.
func ActiveTasksGTE ¶
func ActiveTasksGTE(v int) predicate.SystemSummary
ActiveTasksGTE applies the GTE predicate on the "active_tasks" field.
func ActiveTasksIn ¶
func ActiveTasksIn(vs ...int) predicate.SystemSummary
ActiveTasksIn applies the In predicate on the "active_tasks" field.
func ActiveTasksLT ¶
func ActiveTasksLT(v int) predicate.SystemSummary
ActiveTasksLT applies the LT predicate on the "active_tasks" field.
func ActiveTasksLTE ¶
func ActiveTasksLTE(v int) predicate.SystemSummary
ActiveTasksLTE applies the LTE predicate on the "active_tasks" field.
func ActiveTasksNEQ ¶
func ActiveTasksNEQ(v int) predicate.SystemSummary
ActiveTasksNEQ applies the NEQ predicate on the "active_tasks" field.
func ActiveTasksNotIn ¶
func ActiveTasksNotIn(vs ...int) predicate.SystemSummary
ActiveTasksNotIn applies the NotIn predicate on the "active_tasks" field.
func And ¶
func And(predicates ...predicate.SystemSummary) predicate.SystemSummary
And groups list of predicates with the AND operator between them.
func AvgItemsPerTask ¶
func AvgItemsPerTask(v float64) predicate.SystemSummary
AvgItemsPerTask applies equality check predicate on the "avg_items_per_task" field. It's identical to AvgItemsPerTaskEQ.
func AvgItemsPerTaskEQ ¶
func AvgItemsPerTaskEQ(v float64) predicate.SystemSummary
AvgItemsPerTaskEQ applies the EQ predicate on the "avg_items_per_task" field.
func AvgItemsPerTaskGT ¶
func AvgItemsPerTaskGT(v float64) predicate.SystemSummary
AvgItemsPerTaskGT applies the GT predicate on the "avg_items_per_task" field.
func AvgItemsPerTaskGTE ¶
func AvgItemsPerTaskGTE(v float64) predicate.SystemSummary
AvgItemsPerTaskGTE applies the GTE predicate on the "avg_items_per_task" field.
func AvgItemsPerTaskIn ¶
func AvgItemsPerTaskIn(vs ...float64) predicate.SystemSummary
AvgItemsPerTaskIn applies the In predicate on the "avg_items_per_task" field.
func AvgItemsPerTaskLT ¶
func AvgItemsPerTaskLT(v float64) predicate.SystemSummary
AvgItemsPerTaskLT applies the LT predicate on the "avg_items_per_task" field.
func AvgItemsPerTaskLTE ¶
func AvgItemsPerTaskLTE(v float64) predicate.SystemSummary
AvgItemsPerTaskLTE applies the LTE predicate on the "avg_items_per_task" field.
func AvgItemsPerTaskNEQ ¶
func AvgItemsPerTaskNEQ(v float64) predicate.SystemSummary
AvgItemsPerTaskNEQ applies the NEQ predicate on the "avg_items_per_task" field.
func AvgItemsPerTaskNotIn ¶
func AvgItemsPerTaskNotIn(vs ...float64) predicate.SystemSummary
AvgItemsPerTaskNotIn applies the NotIn predicate on the "avg_items_per_task" field.
func CreateTime ¶
func CreateTime(v time.Time) predicate.SystemSummary
CreateTime applies equality check predicate on the "create_time" field. It's identical to CreateTimeEQ.
func CreateTimeEQ ¶
func CreateTimeEQ(v time.Time) predicate.SystemSummary
CreateTimeEQ applies the EQ predicate on the "create_time" field.
func CreateTimeGT ¶
func CreateTimeGT(v time.Time) predicate.SystemSummary
CreateTimeGT applies the GT predicate on the "create_time" field.
func CreateTimeGTE ¶
func CreateTimeGTE(v time.Time) predicate.SystemSummary
CreateTimeGTE applies the GTE predicate on the "create_time" field.
func CreateTimeIn ¶
func CreateTimeIn(vs ...time.Time) predicate.SystemSummary
CreateTimeIn applies the In predicate on the "create_time" field.
func CreateTimeLT ¶
func CreateTimeLT(v time.Time) predicate.SystemSummary
CreateTimeLT applies the LT predicate on the "create_time" field.
func CreateTimeLTE ¶
func CreateTimeLTE(v time.Time) predicate.SystemSummary
CreateTimeLTE applies the LTE predicate on the "create_time" field.
func CreateTimeNEQ ¶
func CreateTimeNEQ(v time.Time) predicate.SystemSummary
CreateTimeNEQ applies the NEQ predicate on the "create_time" field.
func CreateTimeNotIn ¶
func CreateTimeNotIn(vs ...time.Time) predicate.SystemSummary
CreateTimeNotIn applies the NotIn predicate on the "create_time" field.
func IDEQ ¶
func IDEQ(id int) predicate.SystemSummary
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id int) predicate.SystemSummary
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id int) predicate.SystemSummary
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...int) predicate.SystemSummary
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id int) predicate.SystemSummary
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id int) predicate.SystemSummary
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id int) predicate.SystemSummary
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...int) predicate.SystemSummary
IDNotIn applies the NotIn predicate on the ID field.
func Items ¶
func Items(v int) predicate.SystemSummary
Items applies equality check predicate on the "items" field. It's identical to ItemsEQ.
func ItemsEQ ¶
func ItemsEQ(v int) predicate.SystemSummary
ItemsEQ applies the EQ predicate on the "items" field.
func ItemsGT ¶
func ItemsGT(v int) predicate.SystemSummary
ItemsGT applies the GT predicate on the "items" field.
func ItemsGTE ¶
func ItemsGTE(v int) predicate.SystemSummary
ItemsGTE applies the GTE predicate on the "items" field.
func ItemsIn ¶
func ItemsIn(vs ...int) predicate.SystemSummary
ItemsIn applies the In predicate on the "items" field.
func ItemsLT ¶
func ItemsLT(v int) predicate.SystemSummary
ItemsLT applies the LT predicate on the "items" field.
func ItemsLTE ¶
func ItemsLTE(v int) predicate.SystemSummary
ItemsLTE applies the LTE predicate on the "items" field.
func ItemsNEQ ¶
func ItemsNEQ(v int) predicate.SystemSummary
ItemsNEQ applies the NEQ predicate on the "items" field.
func ItemsNotIn ¶
func ItemsNotIn(vs ...int) predicate.SystemSummary
ItemsNotIn applies the NotIn predicate on the "items" field.
func Not ¶
func Not(p predicate.SystemSummary) predicate.SystemSummary
Not applies the not operator on the given predicate.
func Or ¶
func Or(predicates ...predicate.SystemSummary) predicate.SystemSummary
Or groups list of predicates with the OR operator between them.
func Tasks ¶
func Tasks(v int) predicate.SystemSummary
Tasks applies equality check predicate on the "tasks" field. It's identical to TasksEQ.
func TasksEQ ¶
func TasksEQ(v int) predicate.SystemSummary
TasksEQ applies the EQ predicate on the "tasks" field.
func TasksGT ¶
func TasksGT(v int) predicate.SystemSummary
TasksGT applies the GT predicate on the "tasks" field.
func TasksGTE ¶
func TasksGTE(v int) predicate.SystemSummary
TasksGTE applies the GTE predicate on the "tasks" field.
func TasksIn ¶
func TasksIn(vs ...int) predicate.SystemSummary
TasksIn applies the In predicate on the "tasks" field.
func TasksLT ¶
func TasksLT(v int) predicate.SystemSummary
TasksLT applies the LT predicate on the "tasks" field.
func TasksLTE ¶
func TasksLTE(v int) predicate.SystemSummary
TasksLTE applies the LTE predicate on the "tasks" field.
func TasksNEQ ¶
func TasksNEQ(v int) predicate.SystemSummary
TasksNEQ applies the NEQ predicate on the "tasks" field.
func TasksNotIn ¶
func TasksNotIn(vs ...int) predicate.SystemSummary
TasksNotIn applies the NotIn predicate on the "tasks" field.
func Users ¶
func Users(v int) predicate.SystemSummary
Users applies equality check predicate on the "users" field. It's identical to UsersEQ.
func UsersEQ ¶
func UsersEQ(v int) predicate.SystemSummary
UsersEQ applies the EQ predicate on the "users" field.
func UsersGT ¶
func UsersGT(v int) predicate.SystemSummary
UsersGT applies the GT predicate on the "users" field.
func UsersGTE ¶
func UsersGTE(v int) predicate.SystemSummary
UsersGTE applies the GTE predicate on the "users" field.
func UsersIn ¶
func UsersIn(vs ...int) predicate.SystemSummary
UsersIn applies the In predicate on the "users" field.
func UsersLT ¶
func UsersLT(v int) predicate.SystemSummary
UsersLT applies the LT predicate on the "users" field.
func UsersLTE ¶
func UsersLTE(v int) predicate.SystemSummary
UsersLTE applies the LTE predicate on the "users" field.
func UsersNEQ ¶
func UsersNEQ(v int) predicate.SystemSummary
UsersNEQ applies the NEQ predicate on the "users" field.
func UsersNotIn ¶
func UsersNotIn(vs ...int) predicate.SystemSummary
UsersNotIn applies the NotIn predicate on the "users" field.
Types ¶
This section is empty.