+ License

* Migrated to github
This commit is contained in:
2024-01-22 00:36:05 +02:00
parent cdbab95930
commit b4574eb73d
10 changed files with 36 additions and 15 deletions

View File

@@ -8,8 +8,8 @@ import (
"strings"
"time"
"github.com/JustKato/drive-health/lib/config"
"gorm.io/gorm"
"tea.chunkbyte.com/kato/drive-health/lib/config"
)
func GetSystemHardDrives(db *gorm.DB, olderThan *time.Time, newerThan *time.Time) ([]*HardDrive, error) {