Versions in this module Expand all Collapse all v1 v1.7.1 Jun 15, 2026 v1.7.0 Jun 13, 2026 Changes in this version + func CreateProjectFile(ctx context.Context, file *models.ProjectFile) (*models.ProjectFile, error) + func DeleteProjectFiles(ctx context.Context, ids []string) error + func EnsureFilesTable(ctx context.Context) error + func GetProjectFile(ctx context.Context, fileID string) (*models.ProjectFile, error) + func SearchProjectFiles(ctx context.Context, param *models.CommonSystemParams) (*models.SearchResponse[models.ProjectFile], error) + func SumProjectFilesSize(ctx context.Context) (int64, error)