still working
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user