still working

This commit is contained in:
Dev
2025-12-13 15:31:52 +00:00
parent dda7abedb7
commit d69e01bbaf
18 changed files with 795 additions and 1 deletions

View File

@@ -14,4 +14,5 @@ type App struct {
ZFSSvc service.ZFSService
JobRunner service.JobRunner
HTTPClient *http.Client
StorageSvc *storage.StorageService
}