Versions in this module Expand all Collapse all v2 v2.3.0 Aug 28, 2026 Changes in this version + var ErrInternalServerError = errors.New("internal server error") + var ErrMissingOrganizationID = errors.New("organization ID is required for file upload") + var ErrMissingParent = errors.New("parent id or type is missing") + var FileCategoryDefaults = map[string]string + func AddFilePermissions(ctx context.Context) (context.Context, error) + func CreateFileRecord(ctx context.Context, f pkgobjects.File) (*ent.File, error) + func UpdateFileWithStorageMetadata(ctx context.Context, entFile *ent.File, fileData pkgobjects.File) error Other modules containing this package github.com/theopenlane/core