(ctx context.Context, id string)
| 315 | DeleteExpiredVirtualFiles(ctx context.Context, retention time.Duration) error |
| 316 | |
| 317 | FindAsset(ctx context.Context, id string) (*Asset, error) |
| 318 | FindUnusedAssets(ctx context.Context, limit int) ([]*Asset, error) |
| 319 | InsertAsset(ctx context.Context, id string, organizationID, path, ownerID string, public bool) (*Asset, error) |
| 320 | DeleteAssets(ctx context.Context, ids []string) error |
no outgoing calls
no test coverage detected