This commit is contained in:
parent
8f1897da97
commit
3ddf295e34
1 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,7 @@ import "github.com/google/uuid"
|
||||||
type EFIApp struct {
|
type EFIApp struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Path string `json:"path"`
|
Path string `json:"path"`
|
||||||
|
DiskID string `json:"disk_id"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Client struct {
|
type Client struct {
|
||||||
|
|
Loading…
Reference in a new issue