Versions in this module Expand all Collapse all v1 v1.1.2 Aug 14, 2026 Changes in this version type StorageLocation + RecencyAt int64 type StorageLocationCreate + func (_c *StorageLocationCreate) SetNillableRecencyAt(v *int64) *StorageLocationCreate + func (_c *StorageLocationCreate) SetRecencyAt(v int64) *StorageLocationCreate type StorageLocationMutation + func (m *StorageLocationMutation) AddRecencyAt(i int64) + func (m *StorageLocationMutation) AddedRecencyAt() (r int64, exists bool) + func (m *StorageLocationMutation) OldRecencyAt(ctx context.Context) (v int64, err error) + func (m *StorageLocationMutation) RecencyAt() (r int64, exists bool) + func (m *StorageLocationMutation) ResetRecencyAt() + func (m *StorageLocationMutation) SetRecencyAt(i int64) type StorageLocationUpdate + func (_u *StorageLocationUpdate) AddRecencyAt(v int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetNillableRecencyAt(v *int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetRecencyAt(v int64) *StorageLocationUpdate type StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) AddRecencyAt(v int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetNillableRecencyAt(v *int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetRecencyAt(v int64) *StorageLocationUpdateOne v1.1.1 Jul 30, 2026 Changes in this version + const OpCreate + const OpDelete + const OpDeleteOne + const OpUpdate + const OpUpdateOne + const TypeCacheEntry + const TypeStorageDeletion + const TypeStorageLocation + const TypeStorageReaderLease + const TypeUpload + var ErrTxStarted = errors.New("ent: cannot start a transaction within a transaction") + func Asc(fields ...string) func(*sql.Selector) + func Desc(fields ...string) func(*sql.Selector) + func IsConstraintError(err error) bool + func IsNotFound(err error) bool + func IsNotLoaded(err error) bool + func IsNotSingular(err error) bool + func IsValidationError(err error) bool + func MaskNotFound(err error) error + func NewContext(parent context.Context, c *Client) context.Context + func NewTxContext(parent context.Context, tx *Tx) context.Context + type AggregateFunc func(*sql.Selector) string + func As(fn AggregateFunc, end string) AggregateFunc + func Count() AggregateFunc + func Max(field string) AggregateFunc + func Mean(field string) AggregateFunc + func Min(field string) AggregateFunc + func Sum(field string) AggregateFunc + type CacheEntries []*CacheEntry + type CacheEntry struct + Edges CacheEntryEdges + ID string + Key string + LocationId string + RepoId string + Scope string + UpdatedAt int64 + Version string + func (_m *CacheEntry) QueryLocation() *StorageLocationQuery + func (_m *CacheEntry) String() string + func (_m *CacheEntry) Unwrap() *CacheEntry + func (_m *CacheEntry) Update() *CacheEntryUpdateOne + func (_m *CacheEntry) Value(name string) (ent.Value, error) + type CacheEntryClient struct + func NewCacheEntryClient(c config) *CacheEntryClient + func (c *CacheEntryClient) Create() *CacheEntryCreate + func (c *CacheEntryClient) CreateBulk(builders ...*CacheEntryCreate) *CacheEntryCreateBulk + func (c *CacheEntryClient) Delete() *CacheEntryDelete + func (c *CacheEntryClient) DeleteOne(_m *CacheEntry) *CacheEntryDeleteOne + func (c *CacheEntryClient) DeleteOneID(id string) *CacheEntryDeleteOne + func (c *CacheEntryClient) Get(ctx context.Context, id string) (*CacheEntry, error) + func (c *CacheEntryClient) GetX(ctx context.Context, id string) *CacheEntry + func (c *CacheEntryClient) Hooks() []Hook + func (c *CacheEntryClient) Intercept(interceptors ...Interceptor) + func (c *CacheEntryClient) Interceptors() []Interceptor + func (c *CacheEntryClient) MapCreateBulk(slice any, setFunc func(*CacheEntryCreate, int)) *CacheEntryCreateBulk + func (c *CacheEntryClient) Query() *CacheEntryQuery + func (c *CacheEntryClient) QueryLocation(_m *CacheEntry) *StorageLocationQuery + func (c *CacheEntryClient) Update() *CacheEntryUpdate + func (c *CacheEntryClient) UpdateOne(_m *CacheEntry) *CacheEntryUpdateOne + func (c *CacheEntryClient) UpdateOneID(id string) *CacheEntryUpdateOne + func (c *CacheEntryClient) Use(hooks ...Hook) + type CacheEntryCreate struct + func (_c *CacheEntryCreate) Exec(ctx context.Context) error + func (_c *CacheEntryCreate) ExecX(ctx context.Context) + func (_c *CacheEntryCreate) Mutation() *CacheEntryMutation + func (_c *CacheEntryCreate) Save(ctx context.Context) (*CacheEntry, error) + func (_c *CacheEntryCreate) SaveX(ctx context.Context) *CacheEntry + func (_c *CacheEntryCreate) SetID(v string) *CacheEntryCreate + func (_c *CacheEntryCreate) SetKey(v string) *CacheEntryCreate + func (_c *CacheEntryCreate) SetLocation(v *StorageLocation) *CacheEntryCreate + func (_c *CacheEntryCreate) SetLocationID(id string) *CacheEntryCreate + func (_c *CacheEntryCreate) SetLocationId(v string) *CacheEntryCreate + func (_c *CacheEntryCreate) SetRepoId(v string) *CacheEntryCreate + func (_c *CacheEntryCreate) SetScope(v string) *CacheEntryCreate + func (_c *CacheEntryCreate) SetUpdatedAt(v int64) *CacheEntryCreate + func (_c *CacheEntryCreate) SetVersion(v string) *CacheEntryCreate + type CacheEntryCreateBulk struct + func (_c *CacheEntryCreateBulk) Exec(ctx context.Context) error + func (_c *CacheEntryCreateBulk) ExecX(ctx context.Context) + func (_c *CacheEntryCreateBulk) Save(ctx context.Context) ([]*CacheEntry, error) + func (_c *CacheEntryCreateBulk) SaveX(ctx context.Context) []*CacheEntry + type CacheEntryDelete struct + func (_d *CacheEntryDelete) Exec(ctx context.Context) (int, error) + func (_d *CacheEntryDelete) ExecX(ctx context.Context) int + func (_d *CacheEntryDelete) Where(ps ...predicate.CacheEntry) *CacheEntryDelete + type CacheEntryDeleteOne struct + func (_d *CacheEntryDeleteOne) Exec(ctx context.Context) error + func (_d *CacheEntryDeleteOne) ExecX(ctx context.Context) + func (_d *CacheEntryDeleteOne) Where(ps ...predicate.CacheEntry) *CacheEntryDeleteOne + type CacheEntryEdges struct + Location *StorageLocation + func (e CacheEntryEdges) LocationOrErr() (*StorageLocation, error) + type CacheEntryGroupBy struct + func (_g *CacheEntryGroupBy) Aggregate(fns ...AggregateFunc) *CacheEntryGroupBy + func (_g *CacheEntryGroupBy) Scan(ctx context.Context, v any) error + func (s *CacheEntryGroupBy) Bool(ctx context.Context) (_ bool, err error) + func (s *CacheEntryGroupBy) BoolX(ctx context.Context) bool + func (s *CacheEntryGroupBy) Bools(ctx context.Context) ([]bool, error) + func (s *CacheEntryGroupBy) BoolsX(ctx context.Context) []bool + func (s *CacheEntryGroupBy) Float64(ctx context.Context) (_ float64, err error) + func (s *CacheEntryGroupBy) Float64X(ctx context.Context) float64 + func (s *CacheEntryGroupBy) Float64s(ctx context.Context) ([]float64, error) + func (s *CacheEntryGroupBy) Float64sX(ctx context.Context) []float64 + func (s *CacheEntryGroupBy) Int(ctx context.Context) (_ int, err error) + func (s *CacheEntryGroupBy) IntX(ctx context.Context) int + func (s *CacheEntryGroupBy) Ints(ctx context.Context) ([]int, error) + func (s *CacheEntryGroupBy) IntsX(ctx context.Context) []int + func (s *CacheEntryGroupBy) ScanX(ctx context.Context, v any) + func (s *CacheEntryGroupBy) String(ctx context.Context) (_ string, err error) + func (s *CacheEntryGroupBy) StringX(ctx context.Context) string + func (s *CacheEntryGroupBy) Strings(ctx context.Context) ([]string, error) + func (s *CacheEntryGroupBy) StringsX(ctx context.Context) []string + type CacheEntryMutation struct + func (m *CacheEntryMutation) AddField(name string, value ent.Value) error + func (m *CacheEntryMutation) AddUpdatedAt(i int64) + func (m *CacheEntryMutation) AddedEdges() []string + func (m *CacheEntryMutation) AddedField(name string) (ent.Value, bool) + func (m *CacheEntryMutation) AddedFields() []string + func (m *CacheEntryMutation) AddedIDs(name string) []ent.Value + func (m *CacheEntryMutation) AddedUpdatedAt() (r int64, exists bool) + func (m *CacheEntryMutation) ClearEdge(name string) error + func (m *CacheEntryMutation) ClearField(name string) error + func (m *CacheEntryMutation) ClearLocation() + func (m *CacheEntryMutation) ClearedEdges() []string + func (m *CacheEntryMutation) ClearedFields() []string + func (m *CacheEntryMutation) EdgeCleared(name string) bool + func (m *CacheEntryMutation) Field(name string) (ent.Value, bool) + func (m *CacheEntryMutation) FieldCleared(name string) bool + func (m *CacheEntryMutation) Fields() []string + func (m *CacheEntryMutation) ID() (id string, exists bool) + func (m *CacheEntryMutation) IDs(ctx context.Context) ([]string, error) + func (m *CacheEntryMutation) Key() (r string, exists bool) + func (m *CacheEntryMutation) LocationCleared() bool + func (m *CacheEntryMutation) LocationID() (id string, exists bool) + func (m *CacheEntryMutation) LocationIDs() (ids []string) + func (m *CacheEntryMutation) LocationId() (r string, exists bool) + func (m *CacheEntryMutation) OldField(ctx context.Context, name string) (ent.Value, error) + func (m *CacheEntryMutation) OldKey(ctx context.Context) (v string, err error) + func (m *CacheEntryMutation) OldLocationId(ctx context.Context) (v string, err error) + func (m *CacheEntryMutation) OldRepoId(ctx context.Context) (v string, err error) + func (m *CacheEntryMutation) OldScope(ctx context.Context) (v string, err error) + func (m *CacheEntryMutation) OldUpdatedAt(ctx context.Context) (v int64, err error) + func (m *CacheEntryMutation) OldVersion(ctx context.Context) (v string, err error) + func (m *CacheEntryMutation) Op() Op + func (m *CacheEntryMutation) RemovedEdges() []string + func (m *CacheEntryMutation) RemovedIDs(name string) []ent.Value + func (m *CacheEntryMutation) RepoId() (r string, exists bool) + func (m *CacheEntryMutation) ResetEdge(name string) error + func (m *CacheEntryMutation) ResetField(name string) error + func (m *CacheEntryMutation) ResetKey() + func (m *CacheEntryMutation) ResetLocation() + func (m *CacheEntryMutation) ResetLocationId() + func (m *CacheEntryMutation) ResetRepoId() + func (m *CacheEntryMutation) ResetScope() + func (m *CacheEntryMutation) ResetUpdatedAt() + func (m *CacheEntryMutation) ResetVersion() + func (m *CacheEntryMutation) Scope() (r string, exists bool) + func (m *CacheEntryMutation) SetField(name string, value ent.Value) error + func (m *CacheEntryMutation) SetID(id string) + func (m *CacheEntryMutation) SetKey(s string) + func (m *CacheEntryMutation) SetLocationID(id string) + func (m *CacheEntryMutation) SetLocationId(s string) + func (m *CacheEntryMutation) SetOp(op Op) + func (m *CacheEntryMutation) SetRepoId(s string) + func (m *CacheEntryMutation) SetScope(s string) + func (m *CacheEntryMutation) SetUpdatedAt(i int64) + func (m *CacheEntryMutation) SetVersion(s string) + func (m *CacheEntryMutation) Type() string + func (m *CacheEntryMutation) UpdatedAt() (r int64, exists bool) + func (m *CacheEntryMutation) Version() (r string, exists bool) + func (m *CacheEntryMutation) Where(ps ...predicate.CacheEntry) + func (m *CacheEntryMutation) WhereP(ps ...func(*sql.Selector)) + func (m CacheEntryMutation) Client() *Client + func (m CacheEntryMutation) Tx() (*Tx, error) + type CacheEntryQuery struct + func (_q *CacheEntryQuery) Aggregate(fns ...AggregateFunc) *CacheEntrySelect + func (_q *CacheEntryQuery) All(ctx context.Context) ([]*CacheEntry, error) + func (_q *CacheEntryQuery) AllX(ctx context.Context) []*CacheEntry + func (_q *CacheEntryQuery) Clone() *CacheEntryQuery + func (_q *CacheEntryQuery) Count(ctx context.Context) (int, error) + func (_q *CacheEntryQuery) CountX(ctx context.Context) int + func (_q *CacheEntryQuery) Exist(ctx context.Context) (bool, error) + func (_q *CacheEntryQuery) ExistX(ctx context.Context) bool + func (_q *CacheEntryQuery) First(ctx context.Context) (*CacheEntry, error) + func (_q *CacheEntryQuery) FirstID(ctx context.Context) (id string, err error) + func (_q *CacheEntryQuery) FirstIDX(ctx context.Context) string + func (_q *CacheEntryQuery) FirstX(ctx context.Context) *CacheEntry + func (_q *CacheEntryQuery) GroupBy(field string, fields ...string) *CacheEntryGroupBy + func (_q *CacheEntryQuery) IDs(ctx context.Context) (ids []string, err error) + func (_q *CacheEntryQuery) IDsX(ctx context.Context) []string + func (_q *CacheEntryQuery) Limit(limit int) *CacheEntryQuery + func (_q *CacheEntryQuery) Offset(offset int) *CacheEntryQuery + func (_q *CacheEntryQuery) Only(ctx context.Context) (*CacheEntry, error) + func (_q *CacheEntryQuery) OnlyID(ctx context.Context) (id string, err error) + func (_q *CacheEntryQuery) OnlyIDX(ctx context.Context) string + func (_q *CacheEntryQuery) OnlyX(ctx context.Context) *CacheEntry + func (_q *CacheEntryQuery) Order(o ...cacheentry.OrderOption) *CacheEntryQuery + func (_q *CacheEntryQuery) QueryLocation() *StorageLocationQuery + func (_q *CacheEntryQuery) Select(fields ...string) *CacheEntrySelect + func (_q *CacheEntryQuery) Unique(unique bool) *CacheEntryQuery + func (_q *CacheEntryQuery) Where(ps ...predicate.CacheEntry) *CacheEntryQuery + func (_q *CacheEntryQuery) WithLocation(opts ...func(*StorageLocationQuery)) *CacheEntryQuery + type CacheEntrySelect struct + func (_s *CacheEntrySelect) Aggregate(fns ...AggregateFunc) *CacheEntrySelect + func (_s *CacheEntrySelect) Scan(ctx context.Context, v any) error + func (s *CacheEntrySelect) Bool(ctx context.Context) (_ bool, err error) + func (s *CacheEntrySelect) BoolX(ctx context.Context) bool + func (s *CacheEntrySelect) Bools(ctx context.Context) ([]bool, error) + func (s *CacheEntrySelect) BoolsX(ctx context.Context) []bool + func (s *CacheEntrySelect) Float64(ctx context.Context) (_ float64, err error) + func (s *CacheEntrySelect) Float64X(ctx context.Context) float64 + func (s *CacheEntrySelect) Float64s(ctx context.Context) ([]float64, error) + func (s *CacheEntrySelect) Float64sX(ctx context.Context) []float64 + func (s *CacheEntrySelect) Int(ctx context.Context) (_ int, err error) + func (s *CacheEntrySelect) IntX(ctx context.Context) int + func (s *CacheEntrySelect) Ints(ctx context.Context) ([]int, error) + func (s *CacheEntrySelect) IntsX(ctx context.Context) []int + func (s *CacheEntrySelect) ScanX(ctx context.Context, v any) + func (s *CacheEntrySelect) String(ctx context.Context) (_ string, err error) + func (s *CacheEntrySelect) StringX(ctx context.Context) string + func (s *CacheEntrySelect) Strings(ctx context.Context) ([]string, error) + func (s *CacheEntrySelect) StringsX(ctx context.Context) []string + type CacheEntryUpdate struct + func (_u *CacheEntryUpdate) AddUpdatedAt(v int64) *CacheEntryUpdate + func (_u *CacheEntryUpdate) ClearLocation() *CacheEntryUpdate + func (_u *CacheEntryUpdate) Exec(ctx context.Context) error + func (_u *CacheEntryUpdate) ExecX(ctx context.Context) + func (_u *CacheEntryUpdate) Mutation() *CacheEntryMutation + func (_u *CacheEntryUpdate) Save(ctx context.Context) (int, error) + func (_u *CacheEntryUpdate) SaveX(ctx context.Context) int + func (_u *CacheEntryUpdate) SetKey(v string) *CacheEntryUpdate + func (_u *CacheEntryUpdate) SetLocation(v *StorageLocation) *CacheEntryUpdate + func (_u *CacheEntryUpdate) SetLocationID(id string) *CacheEntryUpdate + func (_u *CacheEntryUpdate) SetLocationId(v string) *CacheEntryUpdate + func (_u *CacheEntryUpdate) SetNillableKey(v *string) *CacheEntryUpdate + func (_u *CacheEntryUpdate) SetNillableLocationId(v *string) *CacheEntryUpdate + func (_u *CacheEntryUpdate) SetNillableRepoId(v *string) *CacheEntryUpdate + func (_u *CacheEntryUpdate) SetNillableScope(v *string) *CacheEntryUpdate + func (_u *CacheEntryUpdate) SetNillableUpdatedAt(v *int64) *CacheEntryUpdate + func (_u *CacheEntryUpdate) SetNillableVersion(v *string) *CacheEntryUpdate + func (_u *CacheEntryUpdate) SetRepoId(v string) *CacheEntryUpdate + func (_u *CacheEntryUpdate) SetScope(v string) *CacheEntryUpdate + func (_u *CacheEntryUpdate) SetUpdatedAt(v int64) *CacheEntryUpdate + func (_u *CacheEntryUpdate) SetVersion(v string) *CacheEntryUpdate + func (_u *CacheEntryUpdate) Where(ps ...predicate.CacheEntry) *CacheEntryUpdate + type CacheEntryUpdateOne struct + func (_u *CacheEntryUpdateOne) AddUpdatedAt(v int64) *CacheEntryUpdateOne + func (_u *CacheEntryUpdateOne) ClearLocation() *CacheEntryUpdateOne + func (_u *CacheEntryUpdateOne) Exec(ctx context.Context) error + func (_u *CacheEntryUpdateOne) ExecX(ctx context.Context) + func (_u *CacheEntryUpdateOne) Mutation() *CacheEntryMutation + func (_u *CacheEntryUpdateOne) Save(ctx context.Context) (*CacheEntry, error) + func (_u *CacheEntryUpdateOne) SaveX(ctx context.Context) *CacheEntry + func (_u *CacheEntryUpdateOne) Select(field string, fields ...string) *CacheEntryUpdateOne + func (_u *CacheEntryUpdateOne) SetKey(v string) *CacheEntryUpdateOne + func (_u *CacheEntryUpdateOne) SetLocation(v *StorageLocation) *CacheEntryUpdateOne + func (_u *CacheEntryUpdateOne) SetLocationID(id string) *CacheEntryUpdateOne + func (_u *CacheEntryUpdateOne) SetLocationId(v string) *CacheEntryUpdateOne + func (_u *CacheEntryUpdateOne) SetNillableKey(v *string) *CacheEntryUpdateOne + func (_u *CacheEntryUpdateOne) SetNillableLocationId(v *string) *CacheEntryUpdateOne + func (_u *CacheEntryUpdateOne) SetNillableRepoId(v *string) *CacheEntryUpdateOne + func (_u *CacheEntryUpdateOne) SetNillableScope(v *string) *CacheEntryUpdateOne + func (_u *CacheEntryUpdateOne) SetNillableUpdatedAt(v *int64) *CacheEntryUpdateOne + func (_u *CacheEntryUpdateOne) SetNillableVersion(v *string) *CacheEntryUpdateOne + func (_u *CacheEntryUpdateOne) SetRepoId(v string) *CacheEntryUpdateOne + func (_u *CacheEntryUpdateOne) SetScope(v string) *CacheEntryUpdateOne + func (_u *CacheEntryUpdateOne) SetUpdatedAt(v int64) *CacheEntryUpdateOne + func (_u *CacheEntryUpdateOne) SetVersion(v string) *CacheEntryUpdateOne + func (_u *CacheEntryUpdateOne) Where(ps ...predicate.CacheEntry) *CacheEntryUpdateOne + type Client struct + CacheEntry *CacheEntryClient + Schema *migrate.Schema + StorageDeletion *StorageDeletionClient + StorageLocation *StorageLocationClient + StorageReaderLease *StorageReaderLeaseClient + Upload *UploadClient + func FromContext(ctx context.Context) *Client + func NewClient(opts ...Option) *Client + func Open(driverName, dataSourceName string, options ...Option) (*Client, error) + func (c *Client) BeginTx(ctx context.Context, opts *sql.TxOptions) (*Tx, error) + func (c *Client) Close() error + func (c *Client) Debug() *Client + func (c *Client) Intercept(interceptors ...Interceptor) + func (c *Client) Mutate(ctx context.Context, m Mutation) (Value, error) + func (c *Client) Tx(ctx context.Context) (*Tx, error) + func (c *Client) Use(hooks ...Hook) + type CommitFunc func(context.Context, *Tx) error + func (f CommitFunc) Commit(ctx context.Context, tx *Tx) error + type CommitHook func(Committer) Committer + type Committer interface + Commit func(context.Context, *Tx) error + type ConstraintError struct + func (e *ConstraintError) Unwrap() error + func (e ConstraintError) Error() string + type Hook = ent.Hook + type InterceptFunc = ent.InterceptFunc + type Interceptor = ent.Interceptor + type MutateFunc = ent.MutateFunc + type Mutation = ent.Mutation + type Mutator = ent.Mutator + type NotFoundError struct + func (e *NotFoundError) Error() string + type NotLoadedError struct + func (e *NotLoadedError) Error() string + type NotSingularError struct + func (e *NotSingularError) Error() string + type Op = ent.Op + type Option func(*config) + func Debug() Option + func Driver(driver dialect.Driver) Option + func Log(fn func(...any)) Option + type OrderFunc func(*sql.Selector) + type Policy = ent.Policy + type Querier = ent.Querier + type QuerierFunc = ent.QuerierFunc + type Query = ent.Query + type QueryContext = ent.QueryContext + type RollbackFunc func(context.Context, *Tx) error + func (f RollbackFunc) Rollback(ctx context.Context, tx *Tx) error + type RollbackHook func(Rollbacker) Rollbacker + type Rollbacker interface + Rollback func(context.Context, *Tx) error + type StorageDeletion struct + AttemptCount int + CreatedAt int64 + FolderName string + ID int64 + LastAttemptedAt *int64 + LastError *string + func (_m *StorageDeletion) String() string + func (_m *StorageDeletion) Unwrap() *StorageDeletion + func (_m *StorageDeletion) Update() *StorageDeletionUpdateOne + func (_m *StorageDeletion) Value(name string) (ent.Value, error) + type StorageDeletionClient struct + func NewStorageDeletionClient(c config) *StorageDeletionClient + func (c *StorageDeletionClient) Create() *StorageDeletionCreate + func (c *StorageDeletionClient) CreateBulk(builders ...*StorageDeletionCreate) *StorageDeletionCreateBulk + func (c *StorageDeletionClient) Delete() *StorageDeletionDelete + func (c *StorageDeletionClient) DeleteOne(_m *StorageDeletion) *StorageDeletionDeleteOne + func (c *StorageDeletionClient) DeleteOneID(id int64) *StorageDeletionDeleteOne + func (c *StorageDeletionClient) Get(ctx context.Context, id int64) (*StorageDeletion, error) + func (c *StorageDeletionClient) GetX(ctx context.Context, id int64) *StorageDeletion + func (c *StorageDeletionClient) Hooks() []Hook + func (c *StorageDeletionClient) Intercept(interceptors ...Interceptor) + func (c *StorageDeletionClient) Interceptors() []Interceptor + func (c *StorageDeletionClient) MapCreateBulk(slice any, setFunc func(*StorageDeletionCreate, int)) *StorageDeletionCreateBulk + func (c *StorageDeletionClient) Query() *StorageDeletionQuery + func (c *StorageDeletionClient) Update() *StorageDeletionUpdate + func (c *StorageDeletionClient) UpdateOne(_m *StorageDeletion) *StorageDeletionUpdateOne + func (c *StorageDeletionClient) UpdateOneID(id int64) *StorageDeletionUpdateOne + func (c *StorageDeletionClient) Use(hooks ...Hook) + type StorageDeletionCreate struct + func (_c *StorageDeletionCreate) Exec(ctx context.Context) error + func (_c *StorageDeletionCreate) ExecX(ctx context.Context) + func (_c *StorageDeletionCreate) Mutation() *StorageDeletionMutation + func (_c *StorageDeletionCreate) Save(ctx context.Context) (*StorageDeletion, error) + func (_c *StorageDeletionCreate) SaveX(ctx context.Context) *StorageDeletion + func (_c *StorageDeletionCreate) SetAttemptCount(v int) *StorageDeletionCreate + func (_c *StorageDeletionCreate) SetCreatedAt(v int64) *StorageDeletionCreate + func (_c *StorageDeletionCreate) SetFolderName(v string) *StorageDeletionCreate + func (_c *StorageDeletionCreate) SetID(v int64) *StorageDeletionCreate + func (_c *StorageDeletionCreate) SetLastAttemptedAt(v int64) *StorageDeletionCreate + func (_c *StorageDeletionCreate) SetLastError(v string) *StorageDeletionCreate + func (_c *StorageDeletionCreate) SetNillableAttemptCount(v *int) *StorageDeletionCreate + func (_c *StorageDeletionCreate) SetNillableLastAttemptedAt(v *int64) *StorageDeletionCreate + func (_c *StorageDeletionCreate) SetNillableLastError(v *string) *StorageDeletionCreate + type StorageDeletionCreateBulk struct + func (_c *StorageDeletionCreateBulk) Exec(ctx context.Context) error + func (_c *StorageDeletionCreateBulk) ExecX(ctx context.Context) + func (_c *StorageDeletionCreateBulk) Save(ctx context.Context) ([]*StorageDeletion, error) + func (_c *StorageDeletionCreateBulk) SaveX(ctx context.Context) []*StorageDeletion + type StorageDeletionDelete struct + func (_d *StorageDeletionDelete) Exec(ctx context.Context) (int, error) + func (_d *StorageDeletionDelete) ExecX(ctx context.Context) int + func (_d *StorageDeletionDelete) Where(ps ...predicate.StorageDeletion) *StorageDeletionDelete + type StorageDeletionDeleteOne struct + func (_d *StorageDeletionDeleteOne) Exec(ctx context.Context) error + func (_d *StorageDeletionDeleteOne) ExecX(ctx context.Context) + func (_d *StorageDeletionDeleteOne) Where(ps ...predicate.StorageDeletion) *StorageDeletionDeleteOne + type StorageDeletionGroupBy struct + func (_g *StorageDeletionGroupBy) Aggregate(fns ...AggregateFunc) *StorageDeletionGroupBy + func (_g *StorageDeletionGroupBy) Scan(ctx context.Context, v any) error + func (s *StorageDeletionGroupBy) Bool(ctx context.Context) (_ bool, err error) + func (s *StorageDeletionGroupBy) BoolX(ctx context.Context) bool + func (s *StorageDeletionGroupBy) Bools(ctx context.Context) ([]bool, error) + func (s *StorageDeletionGroupBy) BoolsX(ctx context.Context) []bool + func (s *StorageDeletionGroupBy) Float64(ctx context.Context) (_ float64, err error) + func (s *StorageDeletionGroupBy) Float64X(ctx context.Context) float64 + func (s *StorageDeletionGroupBy) Float64s(ctx context.Context) ([]float64, error) + func (s *StorageDeletionGroupBy) Float64sX(ctx context.Context) []float64 + func (s *StorageDeletionGroupBy) Int(ctx context.Context) (_ int, err error) + func (s *StorageDeletionGroupBy) IntX(ctx context.Context) int + func (s *StorageDeletionGroupBy) Ints(ctx context.Context) ([]int, error) + func (s *StorageDeletionGroupBy) IntsX(ctx context.Context) []int + func (s *StorageDeletionGroupBy) ScanX(ctx context.Context, v any) + func (s *StorageDeletionGroupBy) String(ctx context.Context) (_ string, err error) + func (s *StorageDeletionGroupBy) StringX(ctx context.Context) string + func (s *StorageDeletionGroupBy) Strings(ctx context.Context) ([]string, error) + func (s *StorageDeletionGroupBy) StringsX(ctx context.Context) []string + type StorageDeletionMutation struct + func (m *StorageDeletionMutation) AddAttemptCount(i int) + func (m *StorageDeletionMutation) AddCreatedAt(i int64) + func (m *StorageDeletionMutation) AddField(name string, value ent.Value) error + func (m *StorageDeletionMutation) AddLastAttemptedAt(i int64) + func (m *StorageDeletionMutation) AddedAttemptCount() (r int, exists bool) + func (m *StorageDeletionMutation) AddedCreatedAt() (r int64, exists bool) + func (m *StorageDeletionMutation) AddedEdges() []string + func (m *StorageDeletionMutation) AddedField(name string) (ent.Value, bool) + func (m *StorageDeletionMutation) AddedFields() []string + func (m *StorageDeletionMutation) AddedIDs(name string) []ent.Value + func (m *StorageDeletionMutation) AddedLastAttemptedAt() (r int64, exists bool) + func (m *StorageDeletionMutation) AttemptCount() (r int, exists bool) + func (m *StorageDeletionMutation) ClearEdge(name string) error + func (m *StorageDeletionMutation) ClearField(name string) error + func (m *StorageDeletionMutation) ClearLastAttemptedAt() + func (m *StorageDeletionMutation) ClearLastError() + func (m *StorageDeletionMutation) ClearedEdges() []string + func (m *StorageDeletionMutation) ClearedFields() []string + func (m *StorageDeletionMutation) CreatedAt() (r int64, exists bool) + func (m *StorageDeletionMutation) EdgeCleared(name string) bool + func (m *StorageDeletionMutation) Field(name string) (ent.Value, bool) + func (m *StorageDeletionMutation) FieldCleared(name string) bool + func (m *StorageDeletionMutation) Fields() []string + func (m *StorageDeletionMutation) FolderName() (r string, exists bool) + func (m *StorageDeletionMutation) ID() (id int64, exists bool) + func (m *StorageDeletionMutation) IDs(ctx context.Context) ([]int64, error) + func (m *StorageDeletionMutation) LastAttemptedAt() (r int64, exists bool) + func (m *StorageDeletionMutation) LastAttemptedAtCleared() bool + func (m *StorageDeletionMutation) LastError() (r string, exists bool) + func (m *StorageDeletionMutation) LastErrorCleared() bool + func (m *StorageDeletionMutation) OldAttemptCount(ctx context.Context) (v int, err error) + func (m *StorageDeletionMutation) OldCreatedAt(ctx context.Context) (v int64, err error) + func (m *StorageDeletionMutation) OldField(ctx context.Context, name string) (ent.Value, error) + func (m *StorageDeletionMutation) OldFolderName(ctx context.Context) (v string, err error) + func (m *StorageDeletionMutation) OldLastAttemptedAt(ctx context.Context) (v *int64, err error) + func (m *StorageDeletionMutation) OldLastError(ctx context.Context) (v *string, err error) + func (m *StorageDeletionMutation) Op() Op + func (m *StorageDeletionMutation) RemovedEdges() []string + func (m *StorageDeletionMutation) RemovedIDs(name string) []ent.Value + func (m *StorageDeletionMutation) ResetAttemptCount() + func (m *StorageDeletionMutation) ResetCreatedAt() + func (m *StorageDeletionMutation) ResetEdge(name string) error + func (m *StorageDeletionMutation) ResetField(name string) error + func (m *StorageDeletionMutation) ResetFolderName() + func (m *StorageDeletionMutation) ResetLastAttemptedAt() + func (m *StorageDeletionMutation) ResetLastError() + func (m *StorageDeletionMutation) SetAttemptCount(i int) + func (m *StorageDeletionMutation) SetCreatedAt(i int64) + func (m *StorageDeletionMutation) SetField(name string, value ent.Value) error + func (m *StorageDeletionMutation) SetFolderName(s string) + func (m *StorageDeletionMutation) SetID(id int64) + func (m *StorageDeletionMutation) SetLastAttemptedAt(i int64) + func (m *StorageDeletionMutation) SetLastError(s string) + func (m *StorageDeletionMutation) SetOp(op Op) + func (m *StorageDeletionMutation) Type() string + func (m *StorageDeletionMutation) Where(ps ...predicate.StorageDeletion) + func (m *StorageDeletionMutation) WhereP(ps ...func(*sql.Selector)) + func (m StorageDeletionMutation) Client() *Client + func (m StorageDeletionMutation) Tx() (*Tx, error) + type StorageDeletionQuery struct + func (_q *StorageDeletionQuery) Aggregate(fns ...AggregateFunc) *StorageDeletionSelect + func (_q *StorageDeletionQuery) All(ctx context.Context) ([]*StorageDeletion, error) + func (_q *StorageDeletionQuery) AllX(ctx context.Context) []*StorageDeletion + func (_q *StorageDeletionQuery) Clone() *StorageDeletionQuery + func (_q *StorageDeletionQuery) Count(ctx context.Context) (int, error) + func (_q *StorageDeletionQuery) CountX(ctx context.Context) int + func (_q *StorageDeletionQuery) Exist(ctx context.Context) (bool, error) + func (_q *StorageDeletionQuery) ExistX(ctx context.Context) bool + func (_q *StorageDeletionQuery) First(ctx context.Context) (*StorageDeletion, error) + func (_q *StorageDeletionQuery) FirstID(ctx context.Context) (id int64, err error) + func (_q *StorageDeletionQuery) FirstIDX(ctx context.Context) int64 + func (_q *StorageDeletionQuery) FirstX(ctx context.Context) *StorageDeletion + func (_q *StorageDeletionQuery) GroupBy(field string, fields ...string) *StorageDeletionGroupBy + func (_q *StorageDeletionQuery) IDs(ctx context.Context) (ids []int64, err error) + func (_q *StorageDeletionQuery) IDsX(ctx context.Context) []int64 + func (_q *StorageDeletionQuery) Limit(limit int) *StorageDeletionQuery + func (_q *StorageDeletionQuery) Offset(offset int) *StorageDeletionQuery + func (_q *StorageDeletionQuery) Only(ctx context.Context) (*StorageDeletion, error) + func (_q *StorageDeletionQuery) OnlyID(ctx context.Context) (id int64, err error) + func (_q *StorageDeletionQuery) OnlyIDX(ctx context.Context) int64 + func (_q *StorageDeletionQuery) OnlyX(ctx context.Context) *StorageDeletion + func (_q *StorageDeletionQuery) Order(o ...storagedeletion.OrderOption) *StorageDeletionQuery + func (_q *StorageDeletionQuery) Select(fields ...string) *StorageDeletionSelect + func (_q *StorageDeletionQuery) Unique(unique bool) *StorageDeletionQuery + func (_q *StorageDeletionQuery) Where(ps ...predicate.StorageDeletion) *StorageDeletionQuery + type StorageDeletionSelect struct + func (_s *StorageDeletionSelect) Aggregate(fns ...AggregateFunc) *StorageDeletionSelect + func (_s *StorageDeletionSelect) Scan(ctx context.Context, v any) error + func (s *StorageDeletionSelect) Bool(ctx context.Context) (_ bool, err error) + func (s *StorageDeletionSelect) BoolX(ctx context.Context) bool + func (s *StorageDeletionSelect) Bools(ctx context.Context) ([]bool, error) + func (s *StorageDeletionSelect) BoolsX(ctx context.Context) []bool + func (s *StorageDeletionSelect) Float64(ctx context.Context) (_ float64, err error) + func (s *StorageDeletionSelect) Float64X(ctx context.Context) float64 + func (s *StorageDeletionSelect) Float64s(ctx context.Context) ([]float64, error) + func (s *StorageDeletionSelect) Float64sX(ctx context.Context) []float64 + func (s *StorageDeletionSelect) Int(ctx context.Context) (_ int, err error) + func (s *StorageDeletionSelect) IntX(ctx context.Context) int + func (s *StorageDeletionSelect) Ints(ctx context.Context) ([]int, error) + func (s *StorageDeletionSelect) IntsX(ctx context.Context) []int + func (s *StorageDeletionSelect) ScanX(ctx context.Context, v any) + func (s *StorageDeletionSelect) String(ctx context.Context) (_ string, err error) + func (s *StorageDeletionSelect) StringX(ctx context.Context) string + func (s *StorageDeletionSelect) Strings(ctx context.Context) ([]string, error) + func (s *StorageDeletionSelect) StringsX(ctx context.Context) []string + type StorageDeletionUpdate struct + func (_u *StorageDeletionUpdate) AddAttemptCount(v int) *StorageDeletionUpdate + func (_u *StorageDeletionUpdate) AddCreatedAt(v int64) *StorageDeletionUpdate + func (_u *StorageDeletionUpdate) AddLastAttemptedAt(v int64) *StorageDeletionUpdate + func (_u *StorageDeletionUpdate) ClearLastAttemptedAt() *StorageDeletionUpdate + func (_u *StorageDeletionUpdate) ClearLastError() *StorageDeletionUpdate + func (_u *StorageDeletionUpdate) Exec(ctx context.Context) error + func (_u *StorageDeletionUpdate) ExecX(ctx context.Context) + func (_u *StorageDeletionUpdate) Mutation() *StorageDeletionMutation + func (_u *StorageDeletionUpdate) Save(ctx context.Context) (int, error) + func (_u *StorageDeletionUpdate) SaveX(ctx context.Context) int + func (_u *StorageDeletionUpdate) SetAttemptCount(v int) *StorageDeletionUpdate + func (_u *StorageDeletionUpdate) SetCreatedAt(v int64) *StorageDeletionUpdate + func (_u *StorageDeletionUpdate) SetFolderName(v string) *StorageDeletionUpdate + func (_u *StorageDeletionUpdate) SetLastAttemptedAt(v int64) *StorageDeletionUpdate + func (_u *StorageDeletionUpdate) SetLastError(v string) *StorageDeletionUpdate + func (_u *StorageDeletionUpdate) SetNillableAttemptCount(v *int) *StorageDeletionUpdate + func (_u *StorageDeletionUpdate) SetNillableCreatedAt(v *int64) *StorageDeletionUpdate + func (_u *StorageDeletionUpdate) SetNillableFolderName(v *string) *StorageDeletionUpdate + func (_u *StorageDeletionUpdate) SetNillableLastAttemptedAt(v *int64) *StorageDeletionUpdate + func (_u *StorageDeletionUpdate) SetNillableLastError(v *string) *StorageDeletionUpdate + func (_u *StorageDeletionUpdate) Where(ps ...predicate.StorageDeletion) *StorageDeletionUpdate + type StorageDeletionUpdateOne struct + func (_u *StorageDeletionUpdateOne) AddAttemptCount(v int) *StorageDeletionUpdateOne + func (_u *StorageDeletionUpdateOne) AddCreatedAt(v int64) *StorageDeletionUpdateOne + func (_u *StorageDeletionUpdateOne) AddLastAttemptedAt(v int64) *StorageDeletionUpdateOne + func (_u *StorageDeletionUpdateOne) ClearLastAttemptedAt() *StorageDeletionUpdateOne + func (_u *StorageDeletionUpdateOne) ClearLastError() *StorageDeletionUpdateOne + func (_u *StorageDeletionUpdateOne) Exec(ctx context.Context) error + func (_u *StorageDeletionUpdateOne) ExecX(ctx context.Context) + func (_u *StorageDeletionUpdateOne) Mutation() *StorageDeletionMutation + func (_u *StorageDeletionUpdateOne) Save(ctx context.Context) (*StorageDeletion, error) + func (_u *StorageDeletionUpdateOne) SaveX(ctx context.Context) *StorageDeletion + func (_u *StorageDeletionUpdateOne) Select(field string, fields ...string) *StorageDeletionUpdateOne + func (_u *StorageDeletionUpdateOne) SetAttemptCount(v int) *StorageDeletionUpdateOne + func (_u *StorageDeletionUpdateOne) SetCreatedAt(v int64) *StorageDeletionUpdateOne + func (_u *StorageDeletionUpdateOne) SetFolderName(v string) *StorageDeletionUpdateOne + func (_u *StorageDeletionUpdateOne) SetLastAttemptedAt(v int64) *StorageDeletionUpdateOne + func (_u *StorageDeletionUpdateOne) SetLastError(v string) *StorageDeletionUpdateOne + func (_u *StorageDeletionUpdateOne) SetNillableAttemptCount(v *int) *StorageDeletionUpdateOne + func (_u *StorageDeletionUpdateOne) SetNillableCreatedAt(v *int64) *StorageDeletionUpdateOne + func (_u *StorageDeletionUpdateOne) SetNillableFolderName(v *string) *StorageDeletionUpdateOne + func (_u *StorageDeletionUpdateOne) SetNillableLastAttemptedAt(v *int64) *StorageDeletionUpdateOne + func (_u *StorageDeletionUpdateOne) SetNillableLastError(v *string) *StorageDeletionUpdateOne + func (_u *StorageDeletionUpdateOne) Where(ps ...predicate.StorageDeletion) *StorageDeletionUpdateOne + type StorageDeletions []*StorageDeletion + type StorageLocation struct + DeletionRequestedAt *int64 + Edges StorageLocationEdges + FolderName string + ID string + LastDownloadedAt *int64 + LeaseVersion int64 + MaterializationUnsupportedAt *int64 + MergeLeaseExpiresAt *int64 + MergeLeaseToken *string + MergeStartedAt *int64 + MergedAt *int64 + PartCount int + PartsDeletedAt *int64 + SizeBytes *int64 + func (_m *StorageLocation) QueryCacheEntries() *CacheEntryQuery + func (_m *StorageLocation) QueryReaderLeases() *StorageReaderLeaseQuery + func (_m *StorageLocation) String() string + func (_m *StorageLocation) Unwrap() *StorageLocation + func (_m *StorageLocation) Update() *StorageLocationUpdateOne + func (_m *StorageLocation) Value(name string) (ent.Value, error) + type StorageLocationClient struct + func NewStorageLocationClient(c config) *StorageLocationClient + func (c *StorageLocationClient) Create() *StorageLocationCreate + func (c *StorageLocationClient) CreateBulk(builders ...*StorageLocationCreate) *StorageLocationCreateBulk + func (c *StorageLocationClient) Delete() *StorageLocationDelete + func (c *StorageLocationClient) DeleteOne(_m *StorageLocation) *StorageLocationDeleteOne + func (c *StorageLocationClient) DeleteOneID(id string) *StorageLocationDeleteOne + func (c *StorageLocationClient) Get(ctx context.Context, id string) (*StorageLocation, error) + func (c *StorageLocationClient) GetX(ctx context.Context, id string) *StorageLocation + func (c *StorageLocationClient) Hooks() []Hook + func (c *StorageLocationClient) Intercept(interceptors ...Interceptor) + func (c *StorageLocationClient) Interceptors() []Interceptor + func (c *StorageLocationClient) MapCreateBulk(slice any, setFunc func(*StorageLocationCreate, int)) *StorageLocationCreateBulk + func (c *StorageLocationClient) Query() *StorageLocationQuery + func (c *StorageLocationClient) QueryCacheEntries(_m *StorageLocation) *CacheEntryQuery + func (c *StorageLocationClient) QueryReaderLeases(_m *StorageLocation) *StorageReaderLeaseQuery + func (c *StorageLocationClient) Update() *StorageLocationUpdate + func (c *StorageLocationClient) UpdateOne(_m *StorageLocation) *StorageLocationUpdateOne + func (c *StorageLocationClient) UpdateOneID(id string) *StorageLocationUpdateOne + func (c *StorageLocationClient) Use(hooks ...Hook) + type StorageLocationCreate struct + func (_c *StorageLocationCreate) AddCacheEntries(v ...*CacheEntry) *StorageLocationCreate + func (_c *StorageLocationCreate) AddCacheEntryIDs(ids ...string) *StorageLocationCreate + func (_c *StorageLocationCreate) AddReaderLeaseIDs(ids ...string) *StorageLocationCreate + func (_c *StorageLocationCreate) AddReaderLeases(v ...*StorageReaderLease) *StorageLocationCreate + func (_c *StorageLocationCreate) Exec(ctx context.Context) error + func (_c *StorageLocationCreate) ExecX(ctx context.Context) + func (_c *StorageLocationCreate) Mutation() *StorageLocationMutation + func (_c *StorageLocationCreate) Save(ctx context.Context) (*StorageLocation, error) + func (_c *StorageLocationCreate) SaveX(ctx context.Context) *StorageLocation + func (_c *StorageLocationCreate) SetDeletionRequestedAt(v int64) *StorageLocationCreate + func (_c *StorageLocationCreate) SetFolderName(v string) *StorageLocationCreate + func (_c *StorageLocationCreate) SetID(v string) *StorageLocationCreate + func (_c *StorageLocationCreate) SetLastDownloadedAt(v int64) *StorageLocationCreate + func (_c *StorageLocationCreate) SetLeaseVersion(v int64) *StorageLocationCreate + func (_c *StorageLocationCreate) SetMaterializationUnsupportedAt(v int64) *StorageLocationCreate + func (_c *StorageLocationCreate) SetMergeLeaseExpiresAt(v int64) *StorageLocationCreate + func (_c *StorageLocationCreate) SetMergeLeaseToken(v string) *StorageLocationCreate + func (_c *StorageLocationCreate) SetMergeStartedAt(v int64) *StorageLocationCreate + func (_c *StorageLocationCreate) SetMergedAt(v int64) *StorageLocationCreate + func (_c *StorageLocationCreate) SetNillableDeletionRequestedAt(v *int64) *StorageLocationCreate + func (_c *StorageLocationCreate) SetNillableLastDownloadedAt(v *int64) *StorageLocationCreate + func (_c *StorageLocationCreate) SetNillableLeaseVersion(v *int64) *StorageLocationCreate + func (_c *StorageLocationCreate) SetNillableMaterializationUnsupportedAt(v *int64) *StorageLocationCreate + func (_c *StorageLocationCreate) SetNillableMergeLeaseExpiresAt(v *int64) *StorageLocationCreate + func (_c *StorageLocationCreate) SetNillableMergeLeaseToken(v *string) *StorageLocationCreate + func (_c *StorageLocationCreate) SetNillableMergeStartedAt(v *int64) *StorageLocationCreate + func (_c *StorageLocationCreate) SetNillableMergedAt(v *int64) *StorageLocationCreate + func (_c *StorageLocationCreate) SetNillablePartsDeletedAt(v *int64) *StorageLocationCreate + func (_c *StorageLocationCreate) SetNillableSizeBytes(v *int64) *StorageLocationCreate + func (_c *StorageLocationCreate) SetPartCount(v int) *StorageLocationCreate + func (_c *StorageLocationCreate) SetPartsDeletedAt(v int64) *StorageLocationCreate + func (_c *StorageLocationCreate) SetSizeBytes(v int64) *StorageLocationCreate + type StorageLocationCreateBulk struct + func (_c *StorageLocationCreateBulk) Exec(ctx context.Context) error + func (_c *StorageLocationCreateBulk) ExecX(ctx context.Context) + func (_c *StorageLocationCreateBulk) Save(ctx context.Context) ([]*StorageLocation, error) + func (_c *StorageLocationCreateBulk) SaveX(ctx context.Context) []*StorageLocation + type StorageLocationDelete struct + func (_d *StorageLocationDelete) Exec(ctx context.Context) (int, error) + func (_d *StorageLocationDelete) ExecX(ctx context.Context) int + func (_d *StorageLocationDelete) Where(ps ...predicate.StorageLocation) *StorageLocationDelete + type StorageLocationDeleteOne struct + func (_d *StorageLocationDeleteOne) Exec(ctx context.Context) error + func (_d *StorageLocationDeleteOne) ExecX(ctx context.Context) + func (_d *StorageLocationDeleteOne) Where(ps ...predicate.StorageLocation) *StorageLocationDeleteOne + type StorageLocationEdges struct + CacheEntries []*CacheEntry + ReaderLeases []*StorageReaderLease + func (e StorageLocationEdges) CacheEntriesOrErr() ([]*CacheEntry, error) + func (e StorageLocationEdges) ReaderLeasesOrErr() ([]*StorageReaderLease, error) + type StorageLocationGroupBy struct + func (_g *StorageLocationGroupBy) Aggregate(fns ...AggregateFunc) *StorageLocationGroupBy + func (_g *StorageLocationGroupBy) Scan(ctx context.Context, v any) error + func (s *StorageLocationGroupBy) Bool(ctx context.Context) (_ bool, err error) + func (s *StorageLocationGroupBy) BoolX(ctx context.Context) bool + func (s *StorageLocationGroupBy) Bools(ctx context.Context) ([]bool, error) + func (s *StorageLocationGroupBy) BoolsX(ctx context.Context) []bool + func (s *StorageLocationGroupBy) Float64(ctx context.Context) (_ float64, err error) + func (s *StorageLocationGroupBy) Float64X(ctx context.Context) float64 + func (s *StorageLocationGroupBy) Float64s(ctx context.Context) ([]float64, error) + func (s *StorageLocationGroupBy) Float64sX(ctx context.Context) []float64 + func (s *StorageLocationGroupBy) Int(ctx context.Context) (_ int, err error) + func (s *StorageLocationGroupBy) IntX(ctx context.Context) int + func (s *StorageLocationGroupBy) Ints(ctx context.Context) ([]int, error) + func (s *StorageLocationGroupBy) IntsX(ctx context.Context) []int + func (s *StorageLocationGroupBy) ScanX(ctx context.Context, v any) + func (s *StorageLocationGroupBy) String(ctx context.Context) (_ string, err error) + func (s *StorageLocationGroupBy) StringX(ctx context.Context) string + func (s *StorageLocationGroupBy) Strings(ctx context.Context) ([]string, error) + func (s *StorageLocationGroupBy) StringsX(ctx context.Context) []string + type StorageLocationMutation struct + func (m *StorageLocationMutation) AddCacheEntryIDs(ids ...string) + func (m *StorageLocationMutation) AddDeletionRequestedAt(i int64) + func (m *StorageLocationMutation) AddField(name string, value ent.Value) error + func (m *StorageLocationMutation) AddLastDownloadedAt(i int64) + func (m *StorageLocationMutation) AddLeaseVersion(i int64) + func (m *StorageLocationMutation) AddMaterializationUnsupportedAt(i int64) + func (m *StorageLocationMutation) AddMergeLeaseExpiresAt(i int64) + func (m *StorageLocationMutation) AddMergeStartedAt(i int64) + func (m *StorageLocationMutation) AddMergedAt(i int64) + func (m *StorageLocationMutation) AddPartCount(i int) + func (m *StorageLocationMutation) AddPartsDeletedAt(i int64) + func (m *StorageLocationMutation) AddReaderLeaseIDs(ids ...string) + func (m *StorageLocationMutation) AddSizeBytes(i int64) + func (m *StorageLocationMutation) AddedDeletionRequestedAt() (r int64, exists bool) + func (m *StorageLocationMutation) AddedEdges() []string + func (m *StorageLocationMutation) AddedField(name string) (ent.Value, bool) + func (m *StorageLocationMutation) AddedFields() []string + func (m *StorageLocationMutation) AddedIDs(name string) []ent.Value + func (m *StorageLocationMutation) AddedLastDownloadedAt() (r int64, exists bool) + func (m *StorageLocationMutation) AddedLeaseVersion() (r int64, exists bool) + func (m *StorageLocationMutation) AddedMaterializationUnsupportedAt() (r int64, exists bool) + func (m *StorageLocationMutation) AddedMergeLeaseExpiresAt() (r int64, exists bool) + func (m *StorageLocationMutation) AddedMergeStartedAt() (r int64, exists bool) + func (m *StorageLocationMutation) AddedMergedAt() (r int64, exists bool) + func (m *StorageLocationMutation) AddedPartCount() (r int, exists bool) + func (m *StorageLocationMutation) AddedPartsDeletedAt() (r int64, exists bool) + func (m *StorageLocationMutation) AddedSizeBytes() (r int64, exists bool) + func (m *StorageLocationMutation) CacheEntriesCleared() bool + func (m *StorageLocationMutation) CacheEntriesIDs() (ids []string) + func (m *StorageLocationMutation) ClearCacheEntries() + func (m *StorageLocationMutation) ClearDeletionRequestedAt() + func (m *StorageLocationMutation) ClearEdge(name string) error + func (m *StorageLocationMutation) ClearField(name string) error + func (m *StorageLocationMutation) ClearLastDownloadedAt() + func (m *StorageLocationMutation) ClearMaterializationUnsupportedAt() + func (m *StorageLocationMutation) ClearMergeLeaseExpiresAt() + func (m *StorageLocationMutation) ClearMergeLeaseToken() + func (m *StorageLocationMutation) ClearMergeStartedAt() + func (m *StorageLocationMutation) ClearMergedAt() + func (m *StorageLocationMutation) ClearPartsDeletedAt() + func (m *StorageLocationMutation) ClearReaderLeases() + func (m *StorageLocationMutation) ClearSizeBytes() + func (m *StorageLocationMutation) ClearedEdges() []string + func (m *StorageLocationMutation) ClearedFields() []string + func (m *StorageLocationMutation) DeletionRequestedAt() (r int64, exists bool) + func (m *StorageLocationMutation) DeletionRequestedAtCleared() bool + func (m *StorageLocationMutation) EdgeCleared(name string) bool + func (m *StorageLocationMutation) Field(name string) (ent.Value, bool) + func (m *StorageLocationMutation) FieldCleared(name string) bool + func (m *StorageLocationMutation) Fields() []string + func (m *StorageLocationMutation) FolderName() (r string, exists bool) + func (m *StorageLocationMutation) ID() (id string, exists bool) + func (m *StorageLocationMutation) IDs(ctx context.Context) ([]string, error) + func (m *StorageLocationMutation) LastDownloadedAt() (r int64, exists bool) + func (m *StorageLocationMutation) LastDownloadedAtCleared() bool + func (m *StorageLocationMutation) LeaseVersion() (r int64, exists bool) + func (m *StorageLocationMutation) MaterializationUnsupportedAt() (r int64, exists bool) + func (m *StorageLocationMutation) MaterializationUnsupportedAtCleared() bool + func (m *StorageLocationMutation) MergeLeaseExpiresAt() (r int64, exists bool) + func (m *StorageLocationMutation) MergeLeaseExpiresAtCleared() bool + func (m *StorageLocationMutation) MergeLeaseToken() (r string, exists bool) + func (m *StorageLocationMutation) MergeLeaseTokenCleared() bool + func (m *StorageLocationMutation) MergeStartedAt() (r int64, exists bool) + func (m *StorageLocationMutation) MergeStartedAtCleared() bool + func (m *StorageLocationMutation) MergedAt() (r int64, exists bool) + func (m *StorageLocationMutation) MergedAtCleared() bool + func (m *StorageLocationMutation) OldDeletionRequestedAt(ctx context.Context) (v *int64, err error) + func (m *StorageLocationMutation) OldField(ctx context.Context, name string) (ent.Value, error) + func (m *StorageLocationMutation) OldFolderName(ctx context.Context) (v string, err error) + func (m *StorageLocationMutation) OldLastDownloadedAt(ctx context.Context) (v *int64, err error) + func (m *StorageLocationMutation) OldLeaseVersion(ctx context.Context) (v int64, err error) + func (m *StorageLocationMutation) OldMaterializationUnsupportedAt(ctx context.Context) (v *int64, err error) + func (m *StorageLocationMutation) OldMergeLeaseExpiresAt(ctx context.Context) (v *int64, err error) + func (m *StorageLocationMutation) OldMergeLeaseToken(ctx context.Context) (v *string, err error) + func (m *StorageLocationMutation) OldMergeStartedAt(ctx context.Context) (v *int64, err error) + func (m *StorageLocationMutation) OldMergedAt(ctx context.Context) (v *int64, err error) + func (m *StorageLocationMutation) OldPartCount(ctx context.Context) (v int, err error) + func (m *StorageLocationMutation) OldPartsDeletedAt(ctx context.Context) (v *int64, err error) + func (m *StorageLocationMutation) OldSizeBytes(ctx context.Context) (v *int64, err error) + func (m *StorageLocationMutation) Op() Op + func (m *StorageLocationMutation) PartCount() (r int, exists bool) + func (m *StorageLocationMutation) PartsDeletedAt() (r int64, exists bool) + func (m *StorageLocationMutation) PartsDeletedAtCleared() bool + func (m *StorageLocationMutation) ReaderLeasesCleared() bool + func (m *StorageLocationMutation) ReaderLeasesIDs() (ids []string) + func (m *StorageLocationMutation) RemoveCacheEntryIDs(ids ...string) + func (m *StorageLocationMutation) RemoveReaderLeaseIDs(ids ...string) + func (m *StorageLocationMutation) RemovedCacheEntriesIDs() (ids []string) + func (m *StorageLocationMutation) RemovedEdges() []string + func (m *StorageLocationMutation) RemovedIDs(name string) []ent.Value + func (m *StorageLocationMutation) RemovedReaderLeasesIDs() (ids []string) + func (m *StorageLocationMutation) ResetCacheEntries() + func (m *StorageLocationMutation) ResetDeletionRequestedAt() + func (m *StorageLocationMutation) ResetEdge(name string) error + func (m *StorageLocationMutation) ResetField(name string) error + func (m *StorageLocationMutation) ResetFolderName() + func (m *StorageLocationMutation) ResetLastDownloadedAt() + func (m *StorageLocationMutation) ResetLeaseVersion() + func (m *StorageLocationMutation) ResetMaterializationUnsupportedAt() + func (m *StorageLocationMutation) ResetMergeLeaseExpiresAt() + func (m *StorageLocationMutation) ResetMergeLeaseToken() + func (m *StorageLocationMutation) ResetMergeStartedAt() + func (m *StorageLocationMutation) ResetMergedAt() + func (m *StorageLocationMutation) ResetPartCount() + func (m *StorageLocationMutation) ResetPartsDeletedAt() + func (m *StorageLocationMutation) ResetReaderLeases() + func (m *StorageLocationMutation) ResetSizeBytes() + func (m *StorageLocationMutation) SetDeletionRequestedAt(i int64) + func (m *StorageLocationMutation) SetField(name string, value ent.Value) error + func (m *StorageLocationMutation) SetFolderName(s string) + func (m *StorageLocationMutation) SetID(id string) + func (m *StorageLocationMutation) SetLastDownloadedAt(i int64) + func (m *StorageLocationMutation) SetLeaseVersion(i int64) + func (m *StorageLocationMutation) SetMaterializationUnsupportedAt(i int64) + func (m *StorageLocationMutation) SetMergeLeaseExpiresAt(i int64) + func (m *StorageLocationMutation) SetMergeLeaseToken(s string) + func (m *StorageLocationMutation) SetMergeStartedAt(i int64) + func (m *StorageLocationMutation) SetMergedAt(i int64) + func (m *StorageLocationMutation) SetOp(op Op) + func (m *StorageLocationMutation) SetPartCount(i int) + func (m *StorageLocationMutation) SetPartsDeletedAt(i int64) + func (m *StorageLocationMutation) SetSizeBytes(i int64) + func (m *StorageLocationMutation) SizeBytes() (r int64, exists bool) + func (m *StorageLocationMutation) SizeBytesCleared() bool + func (m *StorageLocationMutation) Type() string + func (m *StorageLocationMutation) Where(ps ...predicate.StorageLocation) + func (m *StorageLocationMutation) WhereP(ps ...func(*sql.Selector)) + func (m StorageLocationMutation) Client() *Client + func (m StorageLocationMutation) Tx() (*Tx, error) + type StorageLocationQuery struct + func (_q *StorageLocationQuery) Aggregate(fns ...AggregateFunc) *StorageLocationSelect + func (_q *StorageLocationQuery) All(ctx context.Context) ([]*StorageLocation, error) + func (_q *StorageLocationQuery) AllX(ctx context.Context) []*StorageLocation + func (_q *StorageLocationQuery) Clone() *StorageLocationQuery + func (_q *StorageLocationQuery) Count(ctx context.Context) (int, error) + func (_q *StorageLocationQuery) CountX(ctx context.Context) int + func (_q *StorageLocationQuery) Exist(ctx context.Context) (bool, error) + func (_q *StorageLocationQuery) ExistX(ctx context.Context) bool + func (_q *StorageLocationQuery) First(ctx context.Context) (*StorageLocation, error) + func (_q *StorageLocationQuery) FirstID(ctx context.Context) (id string, err error) + func (_q *StorageLocationQuery) FirstIDX(ctx context.Context) string + func (_q *StorageLocationQuery) FirstX(ctx context.Context) *StorageLocation + func (_q *StorageLocationQuery) GroupBy(field string, fields ...string) *StorageLocationGroupBy + func (_q *StorageLocationQuery) IDs(ctx context.Context) (ids []string, err error) + func (_q *StorageLocationQuery) IDsX(ctx context.Context) []string + func (_q *StorageLocationQuery) Limit(limit int) *StorageLocationQuery + func (_q *StorageLocationQuery) Offset(offset int) *StorageLocationQuery + func (_q *StorageLocationQuery) Only(ctx context.Context) (*StorageLocation, error) + func (_q *StorageLocationQuery) OnlyID(ctx context.Context) (id string, err error) + func (_q *StorageLocationQuery) OnlyIDX(ctx context.Context) string + func (_q *StorageLocationQuery) OnlyX(ctx context.Context) *StorageLocation + func (_q *StorageLocationQuery) Order(o ...storagelocation.OrderOption) *StorageLocationQuery + func (_q *StorageLocationQuery) QueryCacheEntries() *CacheEntryQuery + func (_q *StorageLocationQuery) QueryReaderLeases() *StorageReaderLeaseQuery + func (_q *StorageLocationQuery) Select(fields ...string) *StorageLocationSelect + func (_q *StorageLocationQuery) Unique(unique bool) *StorageLocationQuery + func (_q *StorageLocationQuery) Where(ps ...predicate.StorageLocation) *StorageLocationQuery + func (_q *StorageLocationQuery) WithCacheEntries(opts ...func(*CacheEntryQuery)) *StorageLocationQuery + func (_q *StorageLocationQuery) WithReaderLeases(opts ...func(*StorageReaderLeaseQuery)) *StorageLocationQuery + type StorageLocationSelect struct + func (_s *StorageLocationSelect) Aggregate(fns ...AggregateFunc) *StorageLocationSelect + func (_s *StorageLocationSelect) Scan(ctx context.Context, v any) error + func (s *StorageLocationSelect) Bool(ctx context.Context) (_ bool, err error) + func (s *StorageLocationSelect) BoolX(ctx context.Context) bool + func (s *StorageLocationSelect) Bools(ctx context.Context) ([]bool, error) + func (s *StorageLocationSelect) BoolsX(ctx context.Context) []bool + func (s *StorageLocationSelect) Float64(ctx context.Context) (_ float64, err error) + func (s *StorageLocationSelect) Float64X(ctx context.Context) float64 + func (s *StorageLocationSelect) Float64s(ctx context.Context) ([]float64, error) + func (s *StorageLocationSelect) Float64sX(ctx context.Context) []float64 + func (s *StorageLocationSelect) Int(ctx context.Context) (_ int, err error) + func (s *StorageLocationSelect) IntX(ctx context.Context) int + func (s *StorageLocationSelect) Ints(ctx context.Context) ([]int, error) + func (s *StorageLocationSelect) IntsX(ctx context.Context) []int + func (s *StorageLocationSelect) ScanX(ctx context.Context, v any) + func (s *StorageLocationSelect) String(ctx context.Context) (_ string, err error) + func (s *StorageLocationSelect) StringX(ctx context.Context) string + func (s *StorageLocationSelect) Strings(ctx context.Context) ([]string, error) + func (s *StorageLocationSelect) StringsX(ctx context.Context) []string + type StorageLocationUpdate struct + func (_u *StorageLocationUpdate) AddCacheEntries(v ...*CacheEntry) *StorageLocationUpdate + func (_u *StorageLocationUpdate) AddCacheEntryIDs(ids ...string) *StorageLocationUpdate + func (_u *StorageLocationUpdate) AddDeletionRequestedAt(v int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) AddLastDownloadedAt(v int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) AddLeaseVersion(v int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) AddMaterializationUnsupportedAt(v int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) AddMergeLeaseExpiresAt(v int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) AddMergeStartedAt(v int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) AddMergedAt(v int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) AddPartCount(v int) *StorageLocationUpdate + func (_u *StorageLocationUpdate) AddPartsDeletedAt(v int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) AddReaderLeaseIDs(ids ...string) *StorageLocationUpdate + func (_u *StorageLocationUpdate) AddReaderLeases(v ...*StorageReaderLease) *StorageLocationUpdate + func (_u *StorageLocationUpdate) AddSizeBytes(v int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) ClearCacheEntries() *StorageLocationUpdate + func (_u *StorageLocationUpdate) ClearDeletionRequestedAt() *StorageLocationUpdate + func (_u *StorageLocationUpdate) ClearLastDownloadedAt() *StorageLocationUpdate + func (_u *StorageLocationUpdate) ClearMaterializationUnsupportedAt() *StorageLocationUpdate + func (_u *StorageLocationUpdate) ClearMergeLeaseExpiresAt() *StorageLocationUpdate + func (_u *StorageLocationUpdate) ClearMergeLeaseToken() *StorageLocationUpdate + func (_u *StorageLocationUpdate) ClearMergeStartedAt() *StorageLocationUpdate + func (_u *StorageLocationUpdate) ClearMergedAt() *StorageLocationUpdate + func (_u *StorageLocationUpdate) ClearPartsDeletedAt() *StorageLocationUpdate + func (_u *StorageLocationUpdate) ClearReaderLeases() *StorageLocationUpdate + func (_u *StorageLocationUpdate) ClearSizeBytes() *StorageLocationUpdate + func (_u *StorageLocationUpdate) Exec(ctx context.Context) error + func (_u *StorageLocationUpdate) ExecX(ctx context.Context) + func (_u *StorageLocationUpdate) Mutation() *StorageLocationMutation + func (_u *StorageLocationUpdate) RemoveCacheEntries(v ...*CacheEntry) *StorageLocationUpdate + func (_u *StorageLocationUpdate) RemoveCacheEntryIDs(ids ...string) *StorageLocationUpdate + func (_u *StorageLocationUpdate) RemoveReaderLeaseIDs(ids ...string) *StorageLocationUpdate + func (_u *StorageLocationUpdate) RemoveReaderLeases(v ...*StorageReaderLease) *StorageLocationUpdate + func (_u *StorageLocationUpdate) Save(ctx context.Context) (int, error) + func (_u *StorageLocationUpdate) SaveX(ctx context.Context) int + func (_u *StorageLocationUpdate) SetDeletionRequestedAt(v int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetFolderName(v string) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetLastDownloadedAt(v int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetLeaseVersion(v int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetMaterializationUnsupportedAt(v int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetMergeLeaseExpiresAt(v int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetMergeLeaseToken(v string) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetMergeStartedAt(v int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetMergedAt(v int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetNillableDeletionRequestedAt(v *int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetNillableFolderName(v *string) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetNillableLastDownloadedAt(v *int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetNillableLeaseVersion(v *int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetNillableMaterializationUnsupportedAt(v *int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetNillableMergeLeaseExpiresAt(v *int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetNillableMergeLeaseToken(v *string) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetNillableMergeStartedAt(v *int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetNillableMergedAt(v *int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetNillablePartCount(v *int) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetNillablePartsDeletedAt(v *int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetNillableSizeBytes(v *int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetPartCount(v int) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetPartsDeletedAt(v int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) SetSizeBytes(v int64) *StorageLocationUpdate + func (_u *StorageLocationUpdate) Where(ps ...predicate.StorageLocation) *StorageLocationUpdate + type StorageLocationUpdateOne struct + func (_u *StorageLocationUpdateOne) AddCacheEntries(v ...*CacheEntry) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) AddCacheEntryIDs(ids ...string) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) AddDeletionRequestedAt(v int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) AddLastDownloadedAt(v int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) AddLeaseVersion(v int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) AddMaterializationUnsupportedAt(v int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) AddMergeLeaseExpiresAt(v int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) AddMergeStartedAt(v int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) AddMergedAt(v int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) AddPartCount(v int) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) AddPartsDeletedAt(v int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) AddReaderLeaseIDs(ids ...string) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) AddReaderLeases(v ...*StorageReaderLease) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) AddSizeBytes(v int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) ClearCacheEntries() *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) ClearDeletionRequestedAt() *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) ClearLastDownloadedAt() *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) ClearMaterializationUnsupportedAt() *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) ClearMergeLeaseExpiresAt() *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) ClearMergeLeaseToken() *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) ClearMergeStartedAt() *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) ClearMergedAt() *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) ClearPartsDeletedAt() *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) ClearReaderLeases() *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) ClearSizeBytes() *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) Exec(ctx context.Context) error + func (_u *StorageLocationUpdateOne) ExecX(ctx context.Context) + func (_u *StorageLocationUpdateOne) Mutation() *StorageLocationMutation + func (_u *StorageLocationUpdateOne) RemoveCacheEntries(v ...*CacheEntry) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) RemoveCacheEntryIDs(ids ...string) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) RemoveReaderLeaseIDs(ids ...string) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) RemoveReaderLeases(v ...*StorageReaderLease) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) Save(ctx context.Context) (*StorageLocation, error) + func (_u *StorageLocationUpdateOne) SaveX(ctx context.Context) *StorageLocation + func (_u *StorageLocationUpdateOne) Select(field string, fields ...string) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetDeletionRequestedAt(v int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetFolderName(v string) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetLastDownloadedAt(v int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetLeaseVersion(v int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetMaterializationUnsupportedAt(v int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetMergeLeaseExpiresAt(v int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetMergeLeaseToken(v string) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetMergeStartedAt(v int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetMergedAt(v int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetNillableDeletionRequestedAt(v *int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetNillableFolderName(v *string) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetNillableLastDownloadedAt(v *int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetNillableLeaseVersion(v *int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetNillableMaterializationUnsupportedAt(v *int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetNillableMergeLeaseExpiresAt(v *int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetNillableMergeLeaseToken(v *string) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetNillableMergeStartedAt(v *int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetNillableMergedAt(v *int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetNillablePartCount(v *int) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetNillablePartsDeletedAt(v *int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetNillableSizeBytes(v *int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetPartCount(v int) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetPartsDeletedAt(v int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) SetSizeBytes(v int64) *StorageLocationUpdateOne + func (_u *StorageLocationUpdateOne) Where(ps ...predicate.StorageLocation) *StorageLocationUpdateOne + type StorageLocations []*StorageLocation + type StorageReaderLease struct + Edges StorageReaderLeaseEdges + ExpiresAt int64 + ID string + Scope storagereaderlease.Scope + StorageLocationId string + func (_m *StorageReaderLease) QueryStorageLocation() *StorageLocationQuery + func (_m *StorageReaderLease) String() string + func (_m *StorageReaderLease) Unwrap() *StorageReaderLease + func (_m *StorageReaderLease) Update() *StorageReaderLeaseUpdateOne + func (_m *StorageReaderLease) Value(name string) (ent.Value, error) + type StorageReaderLeaseClient struct + func NewStorageReaderLeaseClient(c config) *StorageReaderLeaseClient + func (c *StorageReaderLeaseClient) Create() *StorageReaderLeaseCreate + func (c *StorageReaderLeaseClient) CreateBulk(builders ...*StorageReaderLeaseCreate) *StorageReaderLeaseCreateBulk + func (c *StorageReaderLeaseClient) Delete() *StorageReaderLeaseDelete + func (c *StorageReaderLeaseClient) DeleteOne(_m *StorageReaderLease) *StorageReaderLeaseDeleteOne + func (c *StorageReaderLeaseClient) DeleteOneID(id string) *StorageReaderLeaseDeleteOne + func (c *StorageReaderLeaseClient) Get(ctx context.Context, id string) (*StorageReaderLease, error) + func (c *StorageReaderLeaseClient) GetX(ctx context.Context, id string) *StorageReaderLease + func (c *StorageReaderLeaseClient) Hooks() []Hook + func (c *StorageReaderLeaseClient) Intercept(interceptors ...Interceptor) + func (c *StorageReaderLeaseClient) Interceptors() []Interceptor + func (c *StorageReaderLeaseClient) MapCreateBulk(slice any, setFunc func(*StorageReaderLeaseCreate, int)) *StorageReaderLeaseCreateBulk + func (c *StorageReaderLeaseClient) Query() *StorageReaderLeaseQuery + func (c *StorageReaderLeaseClient) QueryStorageLocation(_m *StorageReaderLease) *StorageLocationQuery + func (c *StorageReaderLeaseClient) Update() *StorageReaderLeaseUpdate + func (c *StorageReaderLeaseClient) UpdateOne(_m *StorageReaderLease) *StorageReaderLeaseUpdateOne + func (c *StorageReaderLeaseClient) UpdateOneID(id string) *StorageReaderLeaseUpdateOne + func (c *StorageReaderLeaseClient) Use(hooks ...Hook) + type StorageReaderLeaseCreate struct + func (_c *StorageReaderLeaseCreate) Exec(ctx context.Context) error + func (_c *StorageReaderLeaseCreate) ExecX(ctx context.Context) + func (_c *StorageReaderLeaseCreate) Mutation() *StorageReaderLeaseMutation + func (_c *StorageReaderLeaseCreate) Save(ctx context.Context) (*StorageReaderLease, error) + func (_c *StorageReaderLeaseCreate) SaveX(ctx context.Context) *StorageReaderLease + func (_c *StorageReaderLeaseCreate) SetExpiresAt(v int64) *StorageReaderLeaseCreate + func (_c *StorageReaderLeaseCreate) SetID(v string) *StorageReaderLeaseCreate + func (_c *StorageReaderLeaseCreate) SetScope(v storagereaderlease.Scope) *StorageReaderLeaseCreate + func (_c *StorageReaderLeaseCreate) SetStorageLocation(v *StorageLocation) *StorageReaderLeaseCreate + func (_c *StorageReaderLeaseCreate) SetStorageLocationID(id string) *StorageReaderLeaseCreate + func (_c *StorageReaderLeaseCreate) SetStorageLocationId(v string) *StorageReaderLeaseCreate + type StorageReaderLeaseCreateBulk struct + func (_c *StorageReaderLeaseCreateBulk) Exec(ctx context.Context) error + func (_c *StorageReaderLeaseCreateBulk) ExecX(ctx context.Context) + func (_c *StorageReaderLeaseCreateBulk) Save(ctx context.Context) ([]*StorageReaderLease, error) + func (_c *StorageReaderLeaseCreateBulk) SaveX(ctx context.Context) []*StorageReaderLease + type StorageReaderLeaseDelete struct + func (_d *StorageReaderLeaseDelete) Exec(ctx context.Context) (int, error) + func (_d *StorageReaderLeaseDelete) ExecX(ctx context.Context) int + func (_d *StorageReaderLeaseDelete) Where(ps ...predicate.StorageReaderLease) *StorageReaderLeaseDelete + type StorageReaderLeaseDeleteOne struct + func (_d *StorageReaderLeaseDeleteOne) Exec(ctx context.Context) error + func (_d *StorageReaderLeaseDeleteOne) ExecX(ctx context.Context) + func (_d *StorageReaderLeaseDeleteOne) Where(ps ...predicate.StorageReaderLease) *StorageReaderLeaseDeleteOne + type StorageReaderLeaseEdges struct + StorageLocation *StorageLocation + func (e StorageReaderLeaseEdges) StorageLocationOrErr() (*StorageLocation, error) + type StorageReaderLeaseGroupBy struct + func (_g *StorageReaderLeaseGroupBy) Aggregate(fns ...AggregateFunc) *StorageReaderLeaseGroupBy + func (_g *StorageReaderLeaseGroupBy) Scan(ctx context.Context, v any) error + func (s *StorageReaderLeaseGroupBy) Bool(ctx context.Context) (_ bool, err error) + func (s *StorageReaderLeaseGroupBy) BoolX(ctx context.Context) bool + func (s *StorageReaderLeaseGroupBy) Bools(ctx context.Context) ([]bool, error) + func (s *StorageReaderLeaseGroupBy) BoolsX(ctx context.Context) []bool + func (s *StorageReaderLeaseGroupBy) Float64(ctx context.Context) (_ float64, err error) + func (s *StorageReaderLeaseGroupBy) Float64X(ctx context.Context) float64 + func (s *StorageReaderLeaseGroupBy) Float64s(ctx context.Context) ([]float64, error) + func (s *StorageReaderLeaseGroupBy) Float64sX(ctx context.Context) []float64 + func (s *StorageReaderLeaseGroupBy) Int(ctx context.Context) (_ int, err error) + func (s *StorageReaderLeaseGroupBy) IntX(ctx context.Context) int + func (s *StorageReaderLeaseGroupBy) Ints(ctx context.Context) ([]int, error) + func (s *StorageReaderLeaseGroupBy) IntsX(ctx context.Context) []int + func (s *StorageReaderLeaseGroupBy) ScanX(ctx context.Context, v any) + func (s *StorageReaderLeaseGroupBy) String(ctx context.Context) (_ string, err error) + func (s *StorageReaderLeaseGroupBy) StringX(ctx context.Context) string + func (s *StorageReaderLeaseGroupBy) Strings(ctx context.Context) ([]string, error) + func (s *StorageReaderLeaseGroupBy) StringsX(ctx context.Context) []string + type StorageReaderLeaseMutation struct + func (m *StorageReaderLeaseMutation) AddExpiresAt(i int64) + func (m *StorageReaderLeaseMutation) AddField(name string, value ent.Value) error + func (m *StorageReaderLeaseMutation) AddedEdges() []string + func (m *StorageReaderLeaseMutation) AddedExpiresAt() (r int64, exists bool) + func (m *StorageReaderLeaseMutation) AddedField(name string) (ent.Value, bool) + func (m *StorageReaderLeaseMutation) AddedFields() []string + func (m *StorageReaderLeaseMutation) AddedIDs(name string) []ent.Value + func (m *StorageReaderLeaseMutation) ClearEdge(name string) error + func (m *StorageReaderLeaseMutation) ClearField(name string) error + func (m *StorageReaderLeaseMutation) ClearStorageLocation() + func (m *StorageReaderLeaseMutation) ClearedEdges() []string + func (m *StorageReaderLeaseMutation) ClearedFields() []string + func (m *StorageReaderLeaseMutation) EdgeCleared(name string) bool + func (m *StorageReaderLeaseMutation) ExpiresAt() (r int64, exists bool) + func (m *StorageReaderLeaseMutation) Field(name string) (ent.Value, bool) + func (m *StorageReaderLeaseMutation) FieldCleared(name string) bool + func (m *StorageReaderLeaseMutation) Fields() []string + func (m *StorageReaderLeaseMutation) ID() (id string, exists bool) + func (m *StorageReaderLeaseMutation) IDs(ctx context.Context) ([]string, error) + func (m *StorageReaderLeaseMutation) OldExpiresAt(ctx context.Context) (v int64, err error) + func (m *StorageReaderLeaseMutation) OldField(ctx context.Context, name string) (ent.Value, error) + func (m *StorageReaderLeaseMutation) OldScope(ctx context.Context) (v storagereaderlease.Scope, err error) + func (m *StorageReaderLeaseMutation) OldStorageLocationId(ctx context.Context) (v string, err error) + func (m *StorageReaderLeaseMutation) Op() Op + func (m *StorageReaderLeaseMutation) RemovedEdges() []string + func (m *StorageReaderLeaseMutation) RemovedIDs(name string) []ent.Value + func (m *StorageReaderLeaseMutation) ResetEdge(name string) error + func (m *StorageReaderLeaseMutation) ResetExpiresAt() + func (m *StorageReaderLeaseMutation) ResetField(name string) error + func (m *StorageReaderLeaseMutation) ResetScope() + func (m *StorageReaderLeaseMutation) ResetStorageLocation() + func (m *StorageReaderLeaseMutation) ResetStorageLocationId() + func (m *StorageReaderLeaseMutation) Scope() (r storagereaderlease.Scope, exists bool) + func (m *StorageReaderLeaseMutation) SetExpiresAt(i int64) + func (m *StorageReaderLeaseMutation) SetField(name string, value ent.Value) error + func (m *StorageReaderLeaseMutation) SetID(id string) + func (m *StorageReaderLeaseMutation) SetOp(op Op) + func (m *StorageReaderLeaseMutation) SetScope(s storagereaderlease.Scope) + func (m *StorageReaderLeaseMutation) SetStorageLocationID(id string) + func (m *StorageReaderLeaseMutation) SetStorageLocationId(s string) + func (m *StorageReaderLeaseMutation) StorageLocationCleared() bool + func (m *StorageReaderLeaseMutation) StorageLocationID() (id string, exists bool) + func (m *StorageReaderLeaseMutation) StorageLocationIDs() (ids []string) + func (m *StorageReaderLeaseMutation) StorageLocationId() (r string, exists bool) + func (m *StorageReaderLeaseMutation) Type() string + func (m *StorageReaderLeaseMutation) Where(ps ...predicate.StorageReaderLease) + func (m *StorageReaderLeaseMutation) WhereP(ps ...func(*sql.Selector)) + func (m StorageReaderLeaseMutation) Client() *Client + func (m StorageReaderLeaseMutation) Tx() (*Tx, error) + type StorageReaderLeaseQuery struct + func (_q *StorageReaderLeaseQuery) Aggregate(fns ...AggregateFunc) *StorageReaderLeaseSelect + func (_q *StorageReaderLeaseQuery) All(ctx context.Context) ([]*StorageReaderLease, error) + func (_q *StorageReaderLeaseQuery) AllX(ctx context.Context) []*StorageReaderLease + func (_q *StorageReaderLeaseQuery) Clone() *StorageReaderLeaseQuery + func (_q *StorageReaderLeaseQuery) Count(ctx context.Context) (int, error) + func (_q *StorageReaderLeaseQuery) CountX(ctx context.Context) int + func (_q *StorageReaderLeaseQuery) Exist(ctx context.Context) (bool, error) + func (_q *StorageReaderLeaseQuery) ExistX(ctx context.Context) bool + func (_q *StorageReaderLeaseQuery) First(ctx context.Context) (*StorageReaderLease, error) + func (_q *StorageReaderLeaseQuery) FirstID(ctx context.Context) (id string, err error) + func (_q *StorageReaderLeaseQuery) FirstIDX(ctx context.Context) string + func (_q *StorageReaderLeaseQuery) FirstX(ctx context.Context) *StorageReaderLease + func (_q *StorageReaderLeaseQuery) GroupBy(field string, fields ...string) *StorageReaderLeaseGroupBy + func (_q *StorageReaderLeaseQuery) IDs(ctx context.Context) (ids []string, err error) + func (_q *StorageReaderLeaseQuery) IDsX(ctx context.Context) []string + func (_q *StorageReaderLeaseQuery) Limit(limit int) *StorageReaderLeaseQuery + func (_q *StorageReaderLeaseQuery) Offset(offset int) *StorageReaderLeaseQuery + func (_q *StorageReaderLeaseQuery) Only(ctx context.Context) (*StorageReaderLease, error) + func (_q *StorageReaderLeaseQuery) OnlyID(ctx context.Context) (id string, err error) + func (_q *StorageReaderLeaseQuery) OnlyIDX(ctx context.Context) string + func (_q *StorageReaderLeaseQuery) OnlyX(ctx context.Context) *StorageReaderLease + func (_q *StorageReaderLeaseQuery) Order(o ...storagereaderlease.OrderOption) *StorageReaderLeaseQuery + func (_q *StorageReaderLeaseQuery) QueryStorageLocation() *StorageLocationQuery + func (_q *StorageReaderLeaseQuery) Select(fields ...string) *StorageReaderLeaseSelect + func (_q *StorageReaderLeaseQuery) Unique(unique bool) *StorageReaderLeaseQuery + func (_q *StorageReaderLeaseQuery) Where(ps ...predicate.StorageReaderLease) *StorageReaderLeaseQuery + func (_q *StorageReaderLeaseQuery) WithStorageLocation(opts ...func(*StorageLocationQuery)) *StorageReaderLeaseQuery + type StorageReaderLeaseSelect struct + func (_s *StorageReaderLeaseSelect) Aggregate(fns ...AggregateFunc) *StorageReaderLeaseSelect + func (_s *StorageReaderLeaseSelect) Scan(ctx context.Context, v any) error + func (s *StorageReaderLeaseSelect) Bool(ctx context.Context) (_ bool, err error) + func (s *StorageReaderLeaseSelect) BoolX(ctx context.Context) bool + func (s *StorageReaderLeaseSelect) Bools(ctx context.Context) ([]bool, error) + func (s *StorageReaderLeaseSelect) BoolsX(ctx context.Context) []bool + func (s *StorageReaderLeaseSelect) Float64(ctx context.Context) (_ float64, err error) + func (s *StorageReaderLeaseSelect) Float64X(ctx context.Context) float64 + func (s *StorageReaderLeaseSelect) Float64s(ctx context.Context) ([]float64, error) + func (s *StorageReaderLeaseSelect) Float64sX(ctx context.Context) []float64 + func (s *StorageReaderLeaseSelect) Int(ctx context.Context) (_ int, err error) + func (s *StorageReaderLeaseSelect) IntX(ctx context.Context) int + func (s *StorageReaderLeaseSelect) Ints(ctx context.Context) ([]int, error) + func (s *StorageReaderLeaseSelect) IntsX(ctx context.Context) []int + func (s *StorageReaderLeaseSelect) ScanX(ctx context.Context, v any) + func (s *StorageReaderLeaseSelect) String(ctx context.Context) (_ string, err error) + func (s *StorageReaderLeaseSelect) StringX(ctx context.Context) string + func (s *StorageReaderLeaseSelect) Strings(ctx context.Context) ([]string, error) + func (s *StorageReaderLeaseSelect) StringsX(ctx context.Context) []string + type StorageReaderLeaseUpdate struct + func (_u *StorageReaderLeaseUpdate) AddExpiresAt(v int64) *StorageReaderLeaseUpdate + func (_u *StorageReaderLeaseUpdate) ClearStorageLocation() *StorageReaderLeaseUpdate + func (_u *StorageReaderLeaseUpdate) Exec(ctx context.Context) error + func (_u *StorageReaderLeaseUpdate) ExecX(ctx context.Context) + func (_u *StorageReaderLeaseUpdate) Mutation() *StorageReaderLeaseMutation + func (_u *StorageReaderLeaseUpdate) Save(ctx context.Context) (int, error) + func (_u *StorageReaderLeaseUpdate) SaveX(ctx context.Context) int + func (_u *StorageReaderLeaseUpdate) SetExpiresAt(v int64) *StorageReaderLeaseUpdate + func (_u *StorageReaderLeaseUpdate) SetNillableExpiresAt(v *int64) *StorageReaderLeaseUpdate + func (_u *StorageReaderLeaseUpdate) SetNillableScope(v *storagereaderlease.Scope) *StorageReaderLeaseUpdate + func (_u *StorageReaderLeaseUpdate) SetNillableStorageLocationId(v *string) *StorageReaderLeaseUpdate + func (_u *StorageReaderLeaseUpdate) SetScope(v storagereaderlease.Scope) *StorageReaderLeaseUpdate + func (_u *StorageReaderLeaseUpdate) SetStorageLocation(v *StorageLocation) *StorageReaderLeaseUpdate + func (_u *StorageReaderLeaseUpdate) SetStorageLocationID(id string) *StorageReaderLeaseUpdate + func (_u *StorageReaderLeaseUpdate) SetStorageLocationId(v string) *StorageReaderLeaseUpdate + func (_u *StorageReaderLeaseUpdate) Where(ps ...predicate.StorageReaderLease) *StorageReaderLeaseUpdate + type StorageReaderLeaseUpdateOne struct + func (_u *StorageReaderLeaseUpdateOne) AddExpiresAt(v int64) *StorageReaderLeaseUpdateOne + func (_u *StorageReaderLeaseUpdateOne) ClearStorageLocation() *StorageReaderLeaseUpdateOne + func (_u *StorageReaderLeaseUpdateOne) Exec(ctx context.Context) error + func (_u *StorageReaderLeaseUpdateOne) ExecX(ctx context.Context) + func (_u *StorageReaderLeaseUpdateOne) Mutation() *StorageReaderLeaseMutation + func (_u *StorageReaderLeaseUpdateOne) Save(ctx context.Context) (*StorageReaderLease, error) + func (_u *StorageReaderLeaseUpdateOne) SaveX(ctx context.Context) *StorageReaderLease + func (_u *StorageReaderLeaseUpdateOne) Select(field string, fields ...string) *StorageReaderLeaseUpdateOne + func (_u *StorageReaderLeaseUpdateOne) SetExpiresAt(v int64) *StorageReaderLeaseUpdateOne + func (_u *StorageReaderLeaseUpdateOne) SetNillableExpiresAt(v *int64) *StorageReaderLeaseUpdateOne + func (_u *StorageReaderLeaseUpdateOne) SetNillableScope(v *storagereaderlease.Scope) *StorageReaderLeaseUpdateOne + func (_u *StorageReaderLeaseUpdateOne) SetNillableStorageLocationId(v *string) *StorageReaderLeaseUpdateOne + func (_u *StorageReaderLeaseUpdateOne) SetScope(v storagereaderlease.Scope) *StorageReaderLeaseUpdateOne + func (_u *StorageReaderLeaseUpdateOne) SetStorageLocation(v *StorageLocation) *StorageReaderLeaseUpdateOne + func (_u *StorageReaderLeaseUpdateOne) SetStorageLocationID(id string) *StorageReaderLeaseUpdateOne + func (_u *StorageReaderLeaseUpdateOne) SetStorageLocationId(v string) *StorageReaderLeaseUpdateOne + func (_u *StorageReaderLeaseUpdateOne) Where(ps ...predicate.StorageReaderLease) *StorageReaderLeaseUpdateOne + type StorageReaderLeases []*StorageReaderLease + type TraverseFunc = ent.TraverseFunc + type Traverser = ent.Traverser + type Tx struct + CacheEntry *CacheEntryClient + StorageDeletion *StorageDeletionClient + StorageLocation *StorageLocationClient + StorageReaderLease *StorageReaderLeaseClient + Upload *UploadClient + func TxFromContext(ctx context.Context) *Tx + func (tx *Tx) Client() *Client + func (tx *Tx) Commit() error + func (tx *Tx) OnCommit(f CommitHook) + func (tx *Tx) OnRollback(f RollbackHook) + func (tx *Tx) Rollback() error + type Upload struct + CommittedPartCount *int + CreatedAt int64 + FinishedPartUploadCount int + FolderName string + ID int64 + Key string + LastPartUploadedAt *int64 + RepoId string + Scope string + StartedPartUploadCount int + TupleHash *string + Version string + func (_m *Upload) String() string + func (_m *Upload) Unwrap() *Upload + func (_m *Upload) Update() *UploadUpdateOne + func (_m *Upload) Value(name string) (ent.Value, error) + type UploadClient struct + func NewUploadClient(c config) *UploadClient + func (c *UploadClient) Create() *UploadCreate + func (c *UploadClient) CreateBulk(builders ...*UploadCreate) *UploadCreateBulk + func (c *UploadClient) Delete() *UploadDelete + func (c *UploadClient) DeleteOne(_m *Upload) *UploadDeleteOne + func (c *UploadClient) DeleteOneID(id int64) *UploadDeleteOne + func (c *UploadClient) Get(ctx context.Context, id int64) (*Upload, error) + func (c *UploadClient) GetX(ctx context.Context, id int64) *Upload + func (c *UploadClient) Hooks() []Hook + func (c *UploadClient) Intercept(interceptors ...Interceptor) + func (c *UploadClient) Interceptors() []Interceptor + func (c *UploadClient) MapCreateBulk(slice any, setFunc func(*UploadCreate, int)) *UploadCreateBulk + func (c *UploadClient) Query() *UploadQuery + func (c *UploadClient) Update() *UploadUpdate + func (c *UploadClient) UpdateOne(_m *Upload) *UploadUpdateOne + func (c *UploadClient) UpdateOneID(id int64) *UploadUpdateOne + func (c *UploadClient) Use(hooks ...Hook) + type UploadCreate struct + func (_c *UploadCreate) Exec(ctx context.Context) error + func (_c *UploadCreate) ExecX(ctx context.Context) + func (_c *UploadCreate) Mutation() *UploadMutation + func (_c *UploadCreate) Save(ctx context.Context) (*Upload, error) + func (_c *UploadCreate) SaveX(ctx context.Context) *Upload + func (_c *UploadCreate) SetCommittedPartCount(v int) *UploadCreate + func (_c *UploadCreate) SetCreatedAt(v int64) *UploadCreate + func (_c *UploadCreate) SetFinishedPartUploadCount(v int) *UploadCreate + func (_c *UploadCreate) SetFolderName(v string) *UploadCreate + func (_c *UploadCreate) SetID(v int64) *UploadCreate + func (_c *UploadCreate) SetKey(v string) *UploadCreate + func (_c *UploadCreate) SetLastPartUploadedAt(v int64) *UploadCreate + func (_c *UploadCreate) SetNillableCommittedPartCount(v *int) *UploadCreate + func (_c *UploadCreate) SetNillableFinishedPartUploadCount(v *int) *UploadCreate + func (_c *UploadCreate) SetNillableLastPartUploadedAt(v *int64) *UploadCreate + func (_c *UploadCreate) SetNillableStartedPartUploadCount(v *int) *UploadCreate + func (_c *UploadCreate) SetNillableTupleHash(v *string) *UploadCreate + func (_c *UploadCreate) SetRepoId(v string) *UploadCreate + func (_c *UploadCreate) SetScope(v string) *UploadCreate + func (_c *UploadCreate) SetStartedPartUploadCount(v int) *UploadCreate + func (_c *UploadCreate) SetTupleHash(v string) *UploadCreate + func (_c *UploadCreate) SetVersion(v string) *UploadCreate + type UploadCreateBulk struct + func (_c *UploadCreateBulk) Exec(ctx context.Context) error + func (_c *UploadCreateBulk) ExecX(ctx context.Context) + func (_c *UploadCreateBulk) Save(ctx context.Context) ([]*Upload, error) + func (_c *UploadCreateBulk) SaveX(ctx context.Context) []*Upload + type UploadDelete struct + func (_d *UploadDelete) Exec(ctx context.Context) (int, error) + func (_d *UploadDelete) ExecX(ctx context.Context) int + func (_d *UploadDelete) Where(ps ...predicate.Upload) *UploadDelete + type UploadDeleteOne struct + func (_d *UploadDeleteOne) Exec(ctx context.Context) error + func (_d *UploadDeleteOne) ExecX(ctx context.Context) + func (_d *UploadDeleteOne) Where(ps ...predicate.Upload) *UploadDeleteOne + type UploadGroupBy struct + func (_g *UploadGroupBy) Aggregate(fns ...AggregateFunc) *UploadGroupBy + func (_g *UploadGroupBy) Scan(ctx context.Context, v any) error + func (s *UploadGroupBy) Bool(ctx context.Context) (_ bool, err error) + func (s *UploadGroupBy) BoolX(ctx context.Context) bool + func (s *UploadGroupBy) Bools(ctx context.Context) ([]bool, error) + func (s *UploadGroupBy) BoolsX(ctx context.Context) []bool + func (s *UploadGroupBy) Float64(ctx context.Context) (_ float64, err error) + func (s *UploadGroupBy) Float64X(ctx context.Context) float64 + func (s *UploadGroupBy) Float64s(ctx context.Context) ([]float64, error) + func (s *UploadGroupBy) Float64sX(ctx context.Context) []float64 + func (s *UploadGroupBy) Int(ctx context.Context) (_ int, err error) + func (s *UploadGroupBy) IntX(ctx context.Context) int + func (s *UploadGroupBy) Ints(ctx context.Context) ([]int, error) + func (s *UploadGroupBy) IntsX(ctx context.Context) []int + func (s *UploadGroupBy) ScanX(ctx context.Context, v any) + func (s *UploadGroupBy) String(ctx context.Context) (_ string, err error) + func (s *UploadGroupBy) StringX(ctx context.Context) string + func (s *UploadGroupBy) Strings(ctx context.Context) ([]string, error) + func (s *UploadGroupBy) StringsX(ctx context.Context) []string + type UploadMutation struct + func (m *UploadMutation) AddCommittedPartCount(i int) + func (m *UploadMutation) AddCreatedAt(i int64) + func (m *UploadMutation) AddField(name string, value ent.Value) error + func (m *UploadMutation) AddFinishedPartUploadCount(i int) + func (m *UploadMutation) AddLastPartUploadedAt(i int64) + func (m *UploadMutation) AddStartedPartUploadCount(i int) + func (m *UploadMutation) AddedCommittedPartCount() (r int, exists bool) + func (m *UploadMutation) AddedCreatedAt() (r int64, exists bool) + func (m *UploadMutation) AddedEdges() []string + func (m *UploadMutation) AddedField(name string) (ent.Value, bool) + func (m *UploadMutation) AddedFields() []string + func (m *UploadMutation) AddedFinishedPartUploadCount() (r int, exists bool) + func (m *UploadMutation) AddedIDs(name string) []ent.Value + func (m *UploadMutation) AddedLastPartUploadedAt() (r int64, exists bool) + func (m *UploadMutation) AddedStartedPartUploadCount() (r int, exists bool) + func (m *UploadMutation) ClearCommittedPartCount() + func (m *UploadMutation) ClearEdge(name string) error + func (m *UploadMutation) ClearField(name string) error + func (m *UploadMutation) ClearLastPartUploadedAt() + func (m *UploadMutation) ClearTupleHash() + func (m *UploadMutation) ClearedEdges() []string + func (m *UploadMutation) ClearedFields() []string + func (m *UploadMutation) CommittedPartCount() (r int, exists bool) + func (m *UploadMutation) CommittedPartCountCleared() bool + func (m *UploadMutation) CreatedAt() (r int64, exists bool) + func (m *UploadMutation) EdgeCleared(name string) bool + func (m *UploadMutation) Field(name string) (ent.Value, bool) + func (m *UploadMutation) FieldCleared(name string) bool + func (m *UploadMutation) Fields() []string + func (m *UploadMutation) FinishedPartUploadCount() (r int, exists bool) + func (m *UploadMutation) FolderName() (r string, exists bool) + func (m *UploadMutation) ID() (id int64, exists bool) + func (m *UploadMutation) IDs(ctx context.Context) ([]int64, error) + func (m *UploadMutation) Key() (r string, exists bool) + func (m *UploadMutation) LastPartUploadedAt() (r int64, exists bool) + func (m *UploadMutation) LastPartUploadedAtCleared() bool + func (m *UploadMutation) OldCommittedPartCount(ctx context.Context) (v *int, err error) + func (m *UploadMutation) OldCreatedAt(ctx context.Context) (v int64, err error) + func (m *UploadMutation) OldField(ctx context.Context, name string) (ent.Value, error) + func (m *UploadMutation) OldFinishedPartUploadCount(ctx context.Context) (v int, err error) + func (m *UploadMutation) OldFolderName(ctx context.Context) (v string, err error) + func (m *UploadMutation) OldKey(ctx context.Context) (v string, err error) + func (m *UploadMutation) OldLastPartUploadedAt(ctx context.Context) (v *int64, err error) + func (m *UploadMutation) OldRepoId(ctx context.Context) (v string, err error) + func (m *UploadMutation) OldScope(ctx context.Context) (v string, err error) + func (m *UploadMutation) OldStartedPartUploadCount(ctx context.Context) (v int, err error) + func (m *UploadMutation) OldTupleHash(ctx context.Context) (v *string, err error) + func (m *UploadMutation) OldVersion(ctx context.Context) (v string, err error) + func (m *UploadMutation) Op() Op + func (m *UploadMutation) RemovedEdges() []string + func (m *UploadMutation) RemovedIDs(name string) []ent.Value + func (m *UploadMutation) RepoId() (r string, exists bool) + func (m *UploadMutation) ResetCommittedPartCount() + func (m *UploadMutation) ResetCreatedAt() + func (m *UploadMutation) ResetEdge(name string) error + func (m *UploadMutation) ResetField(name string) error + func (m *UploadMutation) ResetFinishedPartUploadCount() + func (m *UploadMutation) ResetFolderName() + func (m *UploadMutation) ResetKey() + func (m *UploadMutation) ResetLastPartUploadedAt() + func (m *UploadMutation) ResetRepoId() + func (m *UploadMutation) ResetScope() + func (m *UploadMutation) ResetStartedPartUploadCount() + func (m *UploadMutation) ResetTupleHash() + func (m *UploadMutation) ResetVersion() + func (m *UploadMutation) Scope() (r string, exists bool) + func (m *UploadMutation) SetCommittedPartCount(i int) + func (m *UploadMutation) SetCreatedAt(i int64) + func (m *UploadMutation) SetField(name string, value ent.Value) error + func (m *UploadMutation) SetFinishedPartUploadCount(i int) + func (m *UploadMutation) SetFolderName(s string) + func (m *UploadMutation) SetID(id int64) + func (m *UploadMutation) SetKey(s string) + func (m *UploadMutation) SetLastPartUploadedAt(i int64) + func (m *UploadMutation) SetOp(op Op) + func (m *UploadMutation) SetRepoId(s string) + func (m *UploadMutation) SetScope(s string) + func (m *UploadMutation) SetStartedPartUploadCount(i int) + func (m *UploadMutation) SetTupleHash(s string) + func (m *UploadMutation) SetVersion(s string) + func (m *UploadMutation) StartedPartUploadCount() (r int, exists bool) + func (m *UploadMutation) TupleHash() (r string, exists bool) + func (m *UploadMutation) TupleHashCleared() bool + func (m *UploadMutation) Type() string + func (m *UploadMutation) Version() (r string, exists bool) + func (m *UploadMutation) Where(ps ...predicate.Upload) + func (m *UploadMutation) WhereP(ps ...func(*sql.Selector)) + func (m UploadMutation) Client() *Client + func (m UploadMutation) Tx() (*Tx, error) + type UploadQuery struct + func (_q *UploadQuery) Aggregate(fns ...AggregateFunc) *UploadSelect + func (_q *UploadQuery) All(ctx context.Context) ([]*Upload, error) + func (_q *UploadQuery) AllX(ctx context.Context) []*Upload + func (_q *UploadQuery) Clone() *UploadQuery + func (_q *UploadQuery) Count(ctx context.Context) (int, error) + func (_q *UploadQuery) CountX(ctx context.Context) int + func (_q *UploadQuery) Exist(ctx context.Context) (bool, error) + func (_q *UploadQuery) ExistX(ctx context.Context) bool + func (_q *UploadQuery) First(ctx context.Context) (*Upload, error) + func (_q *UploadQuery) FirstID(ctx context.Context) (id int64, err error) + func (_q *UploadQuery) FirstIDX(ctx context.Context) int64 + func (_q *UploadQuery) FirstX(ctx context.Context) *Upload + func (_q *UploadQuery) GroupBy(field string, fields ...string) *UploadGroupBy + func (_q *UploadQuery) IDs(ctx context.Context) (ids []int64, err error) + func (_q *UploadQuery) IDsX(ctx context.Context) []int64 + func (_q *UploadQuery) Limit(limit int) *UploadQuery + func (_q *UploadQuery) Offset(offset int) *UploadQuery + func (_q *UploadQuery) Only(ctx context.Context) (*Upload, error) + func (_q *UploadQuery) OnlyID(ctx context.Context) (id int64, err error) + func (_q *UploadQuery) OnlyIDX(ctx context.Context) int64 + func (_q *UploadQuery) OnlyX(ctx context.Context) *Upload + func (_q *UploadQuery) Order(o ...upload.OrderOption) *UploadQuery + func (_q *UploadQuery) Select(fields ...string) *UploadSelect + func (_q *UploadQuery) Unique(unique bool) *UploadQuery + func (_q *UploadQuery) Where(ps ...predicate.Upload) *UploadQuery + type UploadSelect struct + func (_s *UploadSelect) Aggregate(fns ...AggregateFunc) *UploadSelect + func (_s *UploadSelect) Scan(ctx context.Context, v any) error + func (s *UploadSelect) Bool(ctx context.Context) (_ bool, err error) + func (s *UploadSelect) BoolX(ctx context.Context) bool + func (s *UploadSelect) Bools(ctx context.Context) ([]bool, error) + func (s *UploadSelect) BoolsX(ctx context.Context) []bool + func (s *UploadSelect) Float64(ctx context.Context) (_ float64, err error) + func (s *UploadSelect) Float64X(ctx context.Context) float64 + func (s *UploadSelect) Float64s(ctx context.Context) ([]float64, error) + func (s *UploadSelect) Float64sX(ctx context.Context) []float64 + func (s *UploadSelect) Int(ctx context.Context) (_ int, err error) + func (s *UploadSelect) IntX(ctx context.Context) int + func (s *UploadSelect) Ints(ctx context.Context) ([]int, error) + func (s *UploadSelect) IntsX(ctx context.Context) []int + func (s *UploadSelect) ScanX(ctx context.Context, v any) + func (s *UploadSelect) String(ctx context.Context) (_ string, err error) + func (s *UploadSelect) StringX(ctx context.Context) string + func (s *UploadSelect) Strings(ctx context.Context) ([]string, error) + func (s *UploadSelect) StringsX(ctx context.Context) []string + type UploadUpdate struct + func (_u *UploadUpdate) AddCommittedPartCount(v int) *UploadUpdate + func (_u *UploadUpdate) AddCreatedAt(v int64) *UploadUpdate + func (_u *UploadUpdate) AddFinishedPartUploadCount(v int) *UploadUpdate + func (_u *UploadUpdate) AddLastPartUploadedAt(v int64) *UploadUpdate + func (_u *UploadUpdate) AddStartedPartUploadCount(v int) *UploadUpdate + func (_u *UploadUpdate) ClearCommittedPartCount() *UploadUpdate + func (_u *UploadUpdate) ClearLastPartUploadedAt() *UploadUpdate + func (_u *UploadUpdate) ClearTupleHash() *UploadUpdate + func (_u *UploadUpdate) Exec(ctx context.Context) error + func (_u *UploadUpdate) ExecX(ctx context.Context) + func (_u *UploadUpdate) Mutation() *UploadMutation + func (_u *UploadUpdate) Save(ctx context.Context) (int, error) + func (_u *UploadUpdate) SaveX(ctx context.Context) int + func (_u *UploadUpdate) SetCommittedPartCount(v int) *UploadUpdate + func (_u *UploadUpdate) SetCreatedAt(v int64) *UploadUpdate + func (_u *UploadUpdate) SetFinishedPartUploadCount(v int) *UploadUpdate + func (_u *UploadUpdate) SetFolderName(v string) *UploadUpdate + func (_u *UploadUpdate) SetKey(v string) *UploadUpdate + func (_u *UploadUpdate) SetLastPartUploadedAt(v int64) *UploadUpdate + func (_u *UploadUpdate) SetNillableCommittedPartCount(v *int) *UploadUpdate + func (_u *UploadUpdate) SetNillableCreatedAt(v *int64) *UploadUpdate + func (_u *UploadUpdate) SetNillableFinishedPartUploadCount(v *int) *UploadUpdate + func (_u *UploadUpdate) SetNillableFolderName(v *string) *UploadUpdate + func (_u *UploadUpdate) SetNillableKey(v *string) *UploadUpdate + func (_u *UploadUpdate) SetNillableLastPartUploadedAt(v *int64) *UploadUpdate + func (_u *UploadUpdate) SetNillableRepoId(v *string) *UploadUpdate + func (_u *UploadUpdate) SetNillableScope(v *string) *UploadUpdate + func (_u *UploadUpdate) SetNillableStartedPartUploadCount(v *int) *UploadUpdate + func (_u *UploadUpdate) SetNillableTupleHash(v *string) *UploadUpdate + func (_u *UploadUpdate) SetNillableVersion(v *string) *UploadUpdate + func (_u *UploadUpdate) SetRepoId(v string) *UploadUpdate + func (_u *UploadUpdate) SetScope(v string) *UploadUpdate + func (_u *UploadUpdate) SetStartedPartUploadCount(v int) *UploadUpdate + func (_u *UploadUpdate) SetTupleHash(v string) *UploadUpdate + func (_u *UploadUpdate) SetVersion(v string) *UploadUpdate + func (_u *UploadUpdate) Where(ps ...predicate.Upload) *UploadUpdate + type UploadUpdateOne struct + func (_u *UploadUpdateOne) AddCommittedPartCount(v int) *UploadUpdateOne + func (_u *UploadUpdateOne) AddCreatedAt(v int64) *UploadUpdateOne + func (_u *UploadUpdateOne) AddFinishedPartUploadCount(v int) *UploadUpdateOne + func (_u *UploadUpdateOne) AddLastPartUploadedAt(v int64) *UploadUpdateOne + func (_u *UploadUpdateOne) AddStartedPartUploadCount(v int) *UploadUpdateOne + func (_u *UploadUpdateOne) ClearCommittedPartCount() *UploadUpdateOne + func (_u *UploadUpdateOne) ClearLastPartUploadedAt() *UploadUpdateOne + func (_u *UploadUpdateOne) ClearTupleHash() *UploadUpdateOne + func (_u *UploadUpdateOne) Exec(ctx context.Context) error + func (_u *UploadUpdateOne) ExecX(ctx context.Context) + func (_u *UploadUpdateOne) Mutation() *UploadMutation + func (_u *UploadUpdateOne) Save(ctx context.Context) (*Upload, error) + func (_u *UploadUpdateOne) SaveX(ctx context.Context) *Upload + func (_u *UploadUpdateOne) Select(field string, fields ...string) *UploadUpdateOne + func (_u *UploadUpdateOne) SetCommittedPartCount(v int) *UploadUpdateOne + func (_u *UploadUpdateOne) SetCreatedAt(v int64) *UploadUpdateOne + func (_u *UploadUpdateOne) SetFinishedPartUploadCount(v int) *UploadUpdateOne + func (_u *UploadUpdateOne) SetFolderName(v string) *UploadUpdateOne + func (_u *UploadUpdateOne) SetKey(v string) *UploadUpdateOne + func (_u *UploadUpdateOne) SetLastPartUploadedAt(v int64) *UploadUpdateOne + func (_u *UploadUpdateOne) SetNillableCommittedPartCount(v *int) *UploadUpdateOne + func (_u *UploadUpdateOne) SetNillableCreatedAt(v *int64) *UploadUpdateOne + func (_u *UploadUpdateOne) SetNillableFinishedPartUploadCount(v *int) *UploadUpdateOne + func (_u *UploadUpdateOne) SetNillableFolderName(v *string) *UploadUpdateOne + func (_u *UploadUpdateOne) SetNillableKey(v *string) *UploadUpdateOne + func (_u *UploadUpdateOne) SetNillableLastPartUploadedAt(v *int64) *UploadUpdateOne + func (_u *UploadUpdateOne) SetNillableRepoId(v *string) *UploadUpdateOne + func (_u *UploadUpdateOne) SetNillableScope(v *string) *UploadUpdateOne + func (_u *UploadUpdateOne) SetNillableStartedPartUploadCount(v *int) *UploadUpdateOne + func (_u *UploadUpdateOne) SetNillableTupleHash(v *string) *UploadUpdateOne + func (_u *UploadUpdateOne) SetNillableVersion(v *string) *UploadUpdateOne + func (_u *UploadUpdateOne) SetRepoId(v string) *UploadUpdateOne + func (_u *UploadUpdateOne) SetScope(v string) *UploadUpdateOne + func (_u *UploadUpdateOne) SetStartedPartUploadCount(v int) *UploadUpdateOne + func (_u *UploadUpdateOne) SetTupleHash(v string) *UploadUpdateOne + func (_u *UploadUpdateOne) SetVersion(v string) *UploadUpdateOne + func (_u *UploadUpdateOne) Where(ps ...predicate.Upload) *UploadUpdateOne + type Uploads []*Upload + type ValidationError struct + Name string + func (e *ValidationError) Error() string + func (e *ValidationError) Unwrap() error + type Value = ent.Value v1.0.6 Jul 27, 2026 v1.0.5 May 27, 2026 v1.0.4 May 26, 2026 v1.0.3 May 25, 2026 v1.0.2 May 25, 2026 v1.0.1 May 25, 2026