Versions in this module Expand all Collapse all v0 v0.3.0 Mar 16, 2026 Changes in this version + const DefaultStatus + const FieldChannelID + const FieldConfig + const FieldID + const FieldStatus + const FieldTenantID + const FieldType + const Label + const Table + var Columns = []string + var DefaultTenantID string + func And(predicates ...predicate.Agent) predicate.Agent + func ChannelID(v string) predicate.Agent + func ChannelIDContains(v string) predicate.Agent + func ChannelIDContainsFold(v string) predicate.Agent + func ChannelIDEQ(v string) predicate.Agent + func ChannelIDEqualFold(v string) predicate.Agent + func ChannelIDGT(v string) predicate.Agent + func ChannelIDGTE(v string) predicate.Agent + func ChannelIDHasPrefix(v string) predicate.Agent + func ChannelIDHasSuffix(v string) predicate.Agent + func ChannelIDIn(vs ...string) predicate.Agent + func ChannelIDLT(v string) predicate.Agent + func ChannelIDLTE(v string) predicate.Agent + func ChannelIDNEQ(v string) predicate.Agent + func ChannelIDNotIn(vs ...string) predicate.Agent + func ID(id string) predicate.Agent + func IDContainsFold(id string) predicate.Agent + func IDEQ(id string) predicate.Agent + func IDEqualFold(id string) predicate.Agent + func IDGT(id string) predicate.Agent + func IDGTE(id string) predicate.Agent + func IDIn(ids ...string) predicate.Agent + func IDLT(id string) predicate.Agent + func IDLTE(id string) predicate.Agent + func IDNEQ(id string) predicate.Agent + func IDNotIn(ids ...string) predicate.Agent + func Not(p predicate.Agent) predicate.Agent + func Or(predicates ...predicate.Agent) predicate.Agent + func StatusEQ(v Status) predicate.Agent + func StatusIn(vs ...Status) predicate.Agent + func StatusNEQ(v Status) predicate.Agent + func StatusNotIn(vs ...Status) predicate.Agent + func StatusValidator(s Status) error + func TenantID(v string) predicate.Agent + func TenantIDContains(v string) predicate.Agent + func TenantIDContainsFold(v string) predicate.Agent + func TenantIDEQ(v string) predicate.Agent + func TenantIDEqualFold(v string) predicate.Agent + func TenantIDGT(v string) predicate.Agent + func TenantIDGTE(v string) predicate.Agent + func TenantIDHasPrefix(v string) predicate.Agent + func TenantIDHasSuffix(v string) predicate.Agent + func TenantIDIn(vs ...string) predicate.Agent + func TenantIDLT(v string) predicate.Agent + func TenantIDLTE(v string) predicate.Agent + func TenantIDNEQ(v string) predicate.Agent + func TenantIDNotIn(vs ...string) predicate.Agent + func TypeEQ(v Type) predicate.Agent + func TypeIn(vs ...Type) predicate.Agent + func TypeNEQ(v Type) predicate.Agent + func TypeNotIn(vs ...Type) predicate.Agent + func TypeValidator(_type Type) error + func ValidColumn(column string) bool + type OrderOption func(*sql.Selector) + func ByChannelID(opts ...sql.OrderTermOption) OrderOption + func ByID(opts ...sql.OrderTermOption) OrderOption + func ByStatus(opts ...sql.OrderTermOption) OrderOption + func ByTenantID(opts ...sql.OrderTermOption) OrderOption + func ByType(opts ...sql.OrderTermOption) OrderOption + type Status string + const StatusOffline + const StatusOnline + func (s Status) String() string + type Type string + const TypeProcess + const TypeTmux + func (_type Type) String() string