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 {
|
||||
Name string `json:"name"`
|
||||
Path string `json:"path"`
|
||||
DiskID string `json:"disk_id"`
|
||||
}
|
||||
|
||||
type Client struct {
|
||||
|
|
Loading…
Reference in a new issue