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 FieldCommittedPartCount + const FieldCreatedAt + const FieldFinishedPartUploadCount + const FieldFolderName + const FieldID + const FieldKey + const FieldLastPartUploadedAt + const FieldRepoId + const FieldScope + const FieldStartedPartUploadCount + const FieldTupleHash + const FieldVersion + const Label + const Table + var Columns = []string + var CommittedPartCountValidator func(int) error + var DefaultFinishedPartUploadCount int + var DefaultStartedPartUploadCount int + var FinishedPartUploadCountValidator func(int) error + var FolderNameValidator func(string) error + var KeyValidator func(string) error + var RepoIdValidator func(string) error + var ScopeValidator func(string) error + var StartedPartUploadCountValidator func(int) error + var TupleHashValidator func(string) error + var VersionValidator func(string) error + func And(predicates ...predicate.Upload) predicate.Upload + func CommittedPartCount(v int) predicate.Upload + func CommittedPartCountEQ(v int) predicate.Upload + func CommittedPartCountGT(v int) predicate.Upload + func CommittedPartCountGTE(v int) predicate.Upload + func CommittedPartCountIn(vs ...int) predicate.Upload + func CommittedPartCountIsNil() predicate.Upload + func CommittedPartCountLT(v int) predicate.Upload + func CommittedPartCountLTE(v int) predicate.Upload + func CommittedPartCountNEQ(v int) predicate.Upload + func CommittedPartCountNotIn(vs ...int) predicate.Upload + func CommittedPartCountNotNil() predicate.Upload + func CreatedAt(v int64) predicate.Upload + func CreatedAtEQ(v int64) predicate.Upload + func CreatedAtGT(v int64) predicate.Upload + func CreatedAtGTE(v int64) predicate.Upload + func CreatedAtIn(vs ...int64) predicate.Upload + func CreatedAtLT(v int64) predicate.Upload + func CreatedAtLTE(v int64) predicate.Upload + func CreatedAtNEQ(v int64) predicate.Upload + func CreatedAtNotIn(vs ...int64) predicate.Upload + func FinishedPartUploadCount(v int) predicate.Upload + func FinishedPartUploadCountEQ(v int) predicate.Upload + func FinishedPartUploadCountGT(v int) predicate.Upload + func FinishedPartUploadCountGTE(v int) predicate.Upload + func FinishedPartUploadCountIn(vs ...int) predicate.Upload + func FinishedPartUploadCountLT(v int) predicate.Upload + func FinishedPartUploadCountLTE(v int) predicate.Upload + func FinishedPartUploadCountNEQ(v int) predicate.Upload + func FinishedPartUploadCountNotIn(vs ...int) predicate.Upload + func FolderName(v string) predicate.Upload + func FolderNameContains(v string) predicate.Upload + func FolderNameContainsFold(v string) predicate.Upload + func FolderNameEQ(v string) predicate.Upload + func FolderNameEqualFold(v string) predicate.Upload + func FolderNameGT(v string) predicate.Upload + func FolderNameGTE(v string) predicate.Upload + func FolderNameHasPrefix(v string) predicate.Upload + func FolderNameHasSuffix(v string) predicate.Upload + func FolderNameIn(vs ...string) predicate.Upload + func FolderNameLT(v string) predicate.Upload + func FolderNameLTE(v string) predicate.Upload + func FolderNameNEQ(v string) predicate.Upload + func FolderNameNotIn(vs ...string) predicate.Upload + func ID(id int64) predicate.Upload + func IDEQ(id int64) predicate.Upload + func IDGT(id int64) predicate.Upload + func IDGTE(id int64) predicate.Upload + func IDIn(ids ...int64) predicate.Upload + func IDLT(id int64) predicate.Upload + func IDLTE(id int64) predicate.Upload + func IDNEQ(id int64) predicate.Upload + func IDNotIn(ids ...int64) predicate.Upload + func Key(v string) predicate.Upload + func KeyContains(v string) predicate.Upload + func KeyContainsFold(v string) predicate.Upload + func KeyEQ(v string) predicate.Upload + func KeyEqualFold(v string) predicate.Upload + func KeyGT(v string) predicate.Upload + func KeyGTE(v string) predicate.Upload + func KeyHasPrefix(v string) predicate.Upload + func KeyHasSuffix(v string) predicate.Upload + func KeyIn(vs ...string) predicate.Upload + func KeyLT(v string) predicate.Upload + func KeyLTE(v string) predicate.Upload + func KeyNEQ(v string) predicate.Upload + func KeyNotIn(vs ...string) predicate.Upload + func LastPartUploadedAt(v int64) predicate.Upload + func LastPartUploadedAtEQ(v int64) predicate.Upload + func LastPartUploadedAtGT(v int64) predicate.Upload + func LastPartUploadedAtGTE(v int64) predicate.Upload + func LastPartUploadedAtIn(vs ...int64) predicate.Upload + func LastPartUploadedAtIsNil() predicate.Upload + func LastPartUploadedAtLT(v int64) predicate.Upload + func LastPartUploadedAtLTE(v int64) predicate.Upload + func LastPartUploadedAtNEQ(v int64) predicate.Upload + func LastPartUploadedAtNotIn(vs ...int64) predicate.Upload + func LastPartUploadedAtNotNil() predicate.Upload + func Not(p predicate.Upload) predicate.Upload + func Or(predicates ...predicate.Upload) predicate.Upload + func RepoId(v string) predicate.Upload + func RepoIdContains(v string) predicate.Upload + func RepoIdContainsFold(v string) predicate.Upload + func RepoIdEQ(v string) predicate.Upload + func RepoIdEqualFold(v string) predicate.Upload + func RepoIdGT(v string) predicate.Upload + func RepoIdGTE(v string) predicate.Upload + func RepoIdHasPrefix(v string) predicate.Upload + func RepoIdHasSuffix(v string) predicate.Upload + func RepoIdIn(vs ...string) predicate.Upload + func RepoIdLT(v string) predicate.Upload + func RepoIdLTE(v string) predicate.Upload + func RepoIdNEQ(v string) predicate.Upload + func RepoIdNotIn(vs ...string) predicate.Upload + func Scope(v string) predicate.Upload + func ScopeContains(v string) predicate.Upload + func ScopeContainsFold(v string) predicate.Upload + func ScopeEQ(v string) predicate.Upload + func ScopeEqualFold(v string) predicate.Upload + func ScopeGT(v string) predicate.Upload + func ScopeGTE(v string) predicate.Upload + func ScopeHasPrefix(v string) predicate.Upload + func ScopeHasSuffix(v string) predicate.Upload + func ScopeIn(vs ...string) predicate.Upload + func ScopeLT(v string) predicate.Upload + func ScopeLTE(v string) predicate.Upload + func ScopeNEQ(v string) predicate.Upload + func ScopeNotIn(vs ...string) predicate.Upload + func StartedPartUploadCount(v int) predicate.Upload + func StartedPartUploadCountEQ(v int) predicate.Upload + func StartedPartUploadCountGT(v int) predicate.Upload + func StartedPartUploadCountGTE(v int) predicate.Upload + func StartedPartUploadCountIn(vs ...int) predicate.Upload + func StartedPartUploadCountLT(v int) predicate.Upload + func StartedPartUploadCountLTE(v int) predicate.Upload + func StartedPartUploadCountNEQ(v int) predicate.Upload + func StartedPartUploadCountNotIn(vs ...int) predicate.Upload + func TupleHash(v string) predicate.Upload + func TupleHashContains(v string) predicate.Upload + func TupleHashContainsFold(v string) predicate.Upload + func TupleHashEQ(v string) predicate.Upload + func TupleHashEqualFold(v string) predicate.Upload + func TupleHashGT(v string) predicate.Upload + func TupleHashGTE(v string) predicate.Upload + func TupleHashHasPrefix(v string) predicate.Upload + func TupleHashHasSuffix(v string) predicate.Upload + func TupleHashIn(vs ...string) predicate.Upload + func TupleHashIsNil() predicate.Upload + func TupleHashLT(v string) predicate.Upload + func TupleHashLTE(v string) predicate.Upload + func TupleHashNEQ(v string) predicate.Upload + func TupleHashNotIn(vs ...string) predicate.Upload + func TupleHashNotNil() predicate.Upload + func ValidColumn(column string) bool + func Version(v string) predicate.Upload + func VersionContains(v string) predicate.Upload + func VersionContainsFold(v string) predicate.Upload + func VersionEQ(v string) predicate.Upload + func VersionEqualFold(v string) predicate.Upload + func VersionGT(v string) predicate.Upload + func VersionGTE(v string) predicate.Upload + func VersionHasPrefix(v string) predicate.Upload + func VersionHasSuffix(v string) predicate.Upload + func VersionIn(vs ...string) predicate.Upload + func VersionLT(v string) predicate.Upload + func VersionLTE(v string) predicate.Upload + func VersionNEQ(v string) predicate.Upload + func VersionNotIn(vs ...string) predicate.Upload + type OrderOption func(*sql.Selector) + func ByCommittedPartCount(opts ...sql.OrderTermOption) OrderOption + func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption + func ByFinishedPartUploadCount(opts ...sql.OrderTermOption) OrderOption + func ByFolderName(opts ...sql.OrderTermOption) OrderOption + func ByID(opts ...sql.OrderTermOption) OrderOption + func ByKey(opts ...sql.OrderTermOption) OrderOption + func ByLastPartUploadedAt(opts ...sql.OrderTermOption) OrderOption + func ByRepoId(opts ...sql.OrderTermOption) OrderOption + func ByScope(opts ...sql.OrderTermOption) OrderOption + func ByStartedPartUploadCount(opts ...sql.OrderTermOption) OrderOption + func ByTupleHash(opts ...sql.OrderTermOption) OrderOption + func ByVersion(opts ...sql.OrderTermOption) OrderOption