Versions in this module Expand all Collapse all v1 v1.0.0 Mar 13, 2025 Changes in this version + const AgentColumn + const AgentInverseTable + const AgentTable + const EdgeAgent + const EdgeMessage + const EdgeOperator + const EdgeTask + const FieldAgentID + const FieldAuthorID + const FieldClosedAt + const FieldCmd + const FieldCreatedAt + const FieldID + const FieldVisible + const Label + const MessageColumn + const MessageInverseTable + const MessageTable + const OperatorColumn + const OperatorInverseTable + const OperatorTable + const Table + const TaskColumn + const TaskInverseTable + const TaskTable + var CmdValidator func(string) error + var Columns = []string + var DefaultCreatedAt func() time.Time + func AgentID(v uint32) predicate.Command + func AgentIDEQ(v uint32) predicate.Command + func AgentIDIn(vs ...uint32) predicate.Command + func AgentIDNEQ(v uint32) predicate.Command + func AgentIDNotIn(vs ...uint32) predicate.Command + func And(predicates ...predicate.Command) predicate.Command + func AuthorID(v int64) predicate.Command + func AuthorIDEQ(v int64) predicate.Command + func AuthorIDIn(vs ...int64) predicate.Command + func AuthorIDNEQ(v int64) predicate.Command + func AuthorIDNotIn(vs ...int64) predicate.Command + func ClosedAt(v time.Time) predicate.Command + func ClosedAtEQ(v time.Time) predicate.Command + func ClosedAtGT(v time.Time) predicate.Command + func ClosedAtGTE(v time.Time) predicate.Command + func ClosedAtIn(vs ...time.Time) predicate.Command + func ClosedAtIsNil() predicate.Command + func ClosedAtLT(v time.Time) predicate.Command + func ClosedAtLTE(v time.Time) predicate.Command + func ClosedAtNEQ(v time.Time) predicate.Command + func ClosedAtNotIn(vs ...time.Time) predicate.Command + func ClosedAtNotNil() predicate.Command + func Cmd(v string) predicate.Command + func CmdContains(v string) predicate.Command + func CmdContainsFold(v string) predicate.Command + func CmdEQ(v string) predicate.Command + func CmdEqualFold(v string) predicate.Command + func CmdGT(v string) predicate.Command + func CmdGTE(v string) predicate.Command + func CmdHasPrefix(v string) predicate.Command + func CmdHasSuffix(v string) predicate.Command + func CmdIn(vs ...string) predicate.Command + func CmdLT(v string) predicate.Command + func CmdLTE(v string) predicate.Command + func CmdNEQ(v string) predicate.Command + func CmdNotIn(vs ...string) predicate.Command + func CreatedAt(v time.Time) predicate.Command + func CreatedAtEQ(v time.Time) predicate.Command + func CreatedAtGT(v time.Time) predicate.Command + func CreatedAtGTE(v time.Time) predicate.Command + func CreatedAtIn(vs ...time.Time) predicate.Command + func CreatedAtLT(v time.Time) predicate.Command + func CreatedAtLTE(v time.Time) predicate.Command + func CreatedAtNEQ(v time.Time) predicate.Command + func CreatedAtNotIn(vs ...time.Time) predicate.Command + func HasAgent() predicate.Command + func HasAgentWith(preds ...predicate.Agent) predicate.Command + func HasMessage() predicate.Command + func HasMessageWith(preds ...predicate.Message) predicate.Command + func HasOperator() predicate.Command + func HasOperatorWith(preds ...predicate.Operator) predicate.Command + func HasTask() predicate.Command + func HasTaskWith(preds ...predicate.Task) predicate.Command + func ID(id int64) predicate.Command + func IDEQ(id int64) predicate.Command + func IDGT(id int64) predicate.Command + func IDGTE(id int64) predicate.Command + func IDIn(ids ...int64) predicate.Command + func IDLT(id int64) predicate.Command + func IDLTE(id int64) predicate.Command + func IDNEQ(id int64) predicate.Command + func IDNotIn(ids ...int64) predicate.Command + func Not(p predicate.Command) predicate.Command + func Or(predicates ...predicate.Command) predicate.Command + func ValidColumn(column string) bool + func Visible(v bool) predicate.Command + func VisibleEQ(v bool) predicate.Command + func VisibleNEQ(v bool) predicate.Command + type OrderOption func(*sql.Selector) + func ByAgentField(field string, opts ...sql.OrderTermOption) OrderOption + func ByAgentID(opts ...sql.OrderTermOption) OrderOption + func ByAuthorID(opts ...sql.OrderTermOption) OrderOption + func ByClosedAt(opts ...sql.OrderTermOption) OrderOption + func ByCmd(opts ...sql.OrderTermOption) OrderOption + func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption + func ByID(opts ...sql.OrderTermOption) OrderOption + func ByMessage(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption + func ByMessageCount(opts ...sql.OrderTermOption) OrderOption + func ByOperatorField(field string, opts ...sql.OrderTermOption) OrderOption + func ByTask(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption + func ByTaskCount(opts ...sql.OrderTermOption) OrderOption + func ByVisible(opts ...sql.OrderTermOption) OrderOption