Versions in this module Expand all Collapse all v1 v1.3.3 Jan 24, 2024 v1.3.2 Jan 24, 2024 Changes in this version + const EdgeTasks + const FieldFinishedAt + const FieldID + const FieldResult + const FieldStartedAt + const Label + const Table + const TasksColumn + const TasksInverseTable + const TasksTable + var Columns = []string + var DefaultStartedAt func() time.Time + var ForeignKeys = []string + func And(predicates ...predicate.TaskLog) predicate.TaskLog + func FinishedAt(v time.Time) predicate.TaskLog + func FinishedAtEQ(v time.Time) predicate.TaskLog + func FinishedAtGT(v time.Time) predicate.TaskLog + func FinishedAtGTE(v time.Time) predicate.TaskLog + func FinishedAtIn(vs ...time.Time) predicate.TaskLog + func FinishedAtLT(v time.Time) predicate.TaskLog + func FinishedAtLTE(v time.Time) predicate.TaskLog + func FinishedAtNEQ(v time.Time) predicate.TaskLog + func FinishedAtNotIn(vs ...time.Time) predicate.TaskLog + func HasTasks() predicate.TaskLog + func HasTasksWith(preds ...predicate.Task) predicate.TaskLog + func ID(id uint64) predicate.TaskLog + func IDEQ(id uint64) predicate.TaskLog + func IDGT(id uint64) predicate.TaskLog + func IDGTE(id uint64) predicate.TaskLog + func IDIn(ids ...uint64) predicate.TaskLog + func IDLT(id uint64) predicate.TaskLog + func IDLTE(id uint64) predicate.TaskLog + func IDNEQ(id uint64) predicate.TaskLog + func IDNotIn(ids ...uint64) predicate.TaskLog + func Not(p predicate.TaskLog) predicate.TaskLog + func Or(predicates ...predicate.TaskLog) predicate.TaskLog + func Result(v uint8) predicate.TaskLog + func ResultEQ(v uint8) predicate.TaskLog + func ResultGT(v uint8) predicate.TaskLog + func ResultGTE(v uint8) predicate.TaskLog + func ResultIn(vs ...uint8) predicate.TaskLog + func ResultLT(v uint8) predicate.TaskLog + func ResultLTE(v uint8) predicate.TaskLog + func ResultNEQ(v uint8) predicate.TaskLog + func ResultNotIn(vs ...uint8) predicate.TaskLog + func StartedAt(v time.Time) predicate.TaskLog + func StartedAtEQ(v time.Time) predicate.TaskLog + func StartedAtGT(v time.Time) predicate.TaskLog + func StartedAtGTE(v time.Time) predicate.TaskLog + func StartedAtIn(vs ...time.Time) predicate.TaskLog + func StartedAtLT(v time.Time) predicate.TaskLog + func StartedAtLTE(v time.Time) predicate.TaskLog + func StartedAtNEQ(v time.Time) predicate.TaskLog + func StartedAtNotIn(vs ...time.Time) predicate.TaskLog + func ValidColumn(column string) bool + type OrderOption func(*sql.Selector) + func ByFinishedAt(opts ...sql.OrderTermOption) OrderOption + func ByID(opts ...sql.OrderTermOption) OrderOption + func ByResult(opts ...sql.OrderTermOption) OrderOption + func ByStartedAt(opts ...sql.OrderTermOption) OrderOption + func ByTasksField(field string, opts ...sql.OrderTermOption) OrderOption