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

@@ -17,6 +17,17 @@ type Role struct {
Permissions []string
}
type PoolHealth struct {
Pool string
Status string
Detail string
}
type Snapshot struct {
Name string
Dataset string
CreatedAt time.Time
}
type Disk struct {
ID UUID
Path string