Versions in this module Expand all Collapse all v1 v1.1.2 Aug 14, 2026 v1.1.1 Jul 30, 2026 Changes in this version + const EdgeLocation + const FieldID + const FieldKey + const FieldLocationId + const FieldRepoId + const FieldScope + const FieldUpdatedAt + const FieldVersion + const Label + const LocationColumn + const LocationInverseTable + const LocationTable + const Table + var Columns = []string + var KeyValidator func(string) error + var RepoIdValidator func(string) error + var ScopeValidator func(string) error + var VersionValidator func(string) error + func And(predicates ...predicate.CacheEntry) predicate.CacheEntry + func HasLocation() predicate.CacheEntry + func HasLocationWith(preds ...predicate.StorageLocation) predicate.CacheEntry + func ID(id string) predicate.CacheEntry + func IDContainsFold(id string) predicate.CacheEntry + func IDEQ(id string) predicate.CacheEntry + func IDEqualFold(id string) predicate.CacheEntry + func IDGT(id string) predicate.CacheEntry + func IDGTE(id string) predicate.CacheEntry + func IDIn(ids ...string) predicate.CacheEntry + func IDLT(id string) predicate.CacheEntry + func IDLTE(id string) predicate.CacheEntry + func IDNEQ(id string) predicate.CacheEntry + func IDNotIn(ids ...string) predicate.CacheEntry + func Key(v string) predicate.CacheEntry + func KeyContains(v string) predicate.CacheEntry + func KeyContainsFold(v string) predicate.CacheEntry + func KeyEQ(v string) predicate.CacheEntry + func KeyEqualFold(v string) predicate.CacheEntry + func KeyGT(v string) predicate.CacheEntry + func KeyGTE(v string) predicate.CacheEntry + func KeyHasPrefix(v string) predicate.CacheEntry + func KeyHasSuffix(v string) predicate.CacheEntry + func KeyIn(vs ...string) predicate.CacheEntry + func KeyLT(v string) predicate.CacheEntry + func KeyLTE(v string) predicate.CacheEntry + func KeyNEQ(v string) predicate.CacheEntry + func KeyNotIn(vs ...string) predicate.CacheEntry + func LocationId(v string) predicate.CacheEntry + func LocationIdContains(v string) predicate.CacheEntry + func LocationIdContainsFold(v string) predicate.CacheEntry + func LocationIdEQ(v string) predicate.CacheEntry + func LocationIdEqualFold(v string) predicate.CacheEntry + func LocationIdGT(v string) predicate.CacheEntry + func LocationIdGTE(v string) predicate.CacheEntry + func LocationIdHasPrefix(v string) predicate.CacheEntry + func LocationIdHasSuffix(v string) predicate.CacheEntry + func LocationIdIn(vs ...string) predicate.CacheEntry + func LocationIdLT(v string) predicate.CacheEntry + func LocationIdLTE(v string) predicate.CacheEntry + func LocationIdNEQ(v string) predicate.CacheEntry + func LocationIdNotIn(vs ...string) predicate.CacheEntry + func Not(p predicate.CacheEntry) predicate.CacheEntry + func Or(predicates ...predicate.CacheEntry) predicate.CacheEntry + func RepoId(v string) predicate.CacheEntry + func RepoIdContains(v string) predicate.CacheEntry + func RepoIdContainsFold(v string) predicate.CacheEntry + func RepoIdEQ(v string) predicate.CacheEntry + func RepoIdEqualFold(v string) predicate.CacheEntry + func RepoIdGT(v string) predicate.CacheEntry + func RepoIdGTE(v string) predicate.CacheEntry + func RepoIdHasPrefix(v string) predicate.CacheEntry + func RepoIdHasSuffix(v string) predicate.CacheEntry + func RepoIdIn(vs ...string) predicate.CacheEntry + func RepoIdLT(v string) predicate.CacheEntry + func RepoIdLTE(v string) predicate.CacheEntry + func RepoIdNEQ(v string) predicate.CacheEntry + func RepoIdNotIn(vs ...string) predicate.CacheEntry + func Scope(v string) predicate.CacheEntry + func ScopeContains(v string) predicate.CacheEntry + func ScopeContainsFold(v string) predicate.CacheEntry + func ScopeEQ(v string) predicate.CacheEntry + func ScopeEqualFold(v string) predicate.CacheEntry + func ScopeGT(v string) predicate.CacheEntry + func ScopeGTE(v string) predicate.CacheEntry + func ScopeHasPrefix(v string) predicate.CacheEntry + func ScopeHasSuffix(v string) predicate.CacheEntry + func ScopeIn(vs ...string) predicate.CacheEntry + func ScopeLT(v string) predicate.CacheEntry + func ScopeLTE(v string) predicate.CacheEntry + func ScopeNEQ(v string) predicate.CacheEntry + func ScopeNotIn(vs ...string) predicate.CacheEntry + func UpdatedAt(v int64) predicate.CacheEntry + func UpdatedAtEQ(v int64) predicate.CacheEntry + func UpdatedAtGT(v int64) predicate.CacheEntry + func UpdatedAtGTE(v int64) predicate.CacheEntry + func UpdatedAtIn(vs ...int64) predicate.CacheEntry + func UpdatedAtLT(v int64) predicate.CacheEntry + func UpdatedAtLTE(v int64) predicate.CacheEntry + func UpdatedAtNEQ(v int64) predicate.CacheEntry + func UpdatedAtNotIn(vs ...int64) predicate.CacheEntry + func ValidColumn(column string) bool + func Version(v string) predicate.CacheEntry + func VersionContains(v string) predicate.CacheEntry + func VersionContainsFold(v string) predicate.CacheEntry + func VersionEQ(v string) predicate.CacheEntry + func VersionEqualFold(v string) predicate.CacheEntry + func VersionGT(v string) predicate.CacheEntry + func VersionGTE(v string) predicate.CacheEntry + func VersionHasPrefix(v string) predicate.CacheEntry + func VersionHasSuffix(v string) predicate.CacheEntry + func VersionIn(vs ...string) predicate.CacheEntry + func VersionLT(v string) predicate.CacheEntry + func VersionLTE(v string) predicate.CacheEntry + func VersionNEQ(v string) predicate.CacheEntry + func VersionNotIn(vs ...string) predicate.CacheEntry + type OrderOption func(*sql.Selector) + func ByID(opts ...sql.OrderTermOption) OrderOption + func ByKey(opts ...sql.OrderTermOption) OrderOption + func ByLocationField(field string, opts ...sql.OrderTermOption) OrderOption + func ByLocationId(opts ...sql.OrderTermOption) OrderOption + func ByRepoId(opts ...sql.OrderTermOption) OrderOption + func ByScope(opts ...sql.OrderTermOption) OrderOption + func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption + func ByVersion(opts ...sql.OrderTermOption) OrderOption