add disk id to server
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Melora Hugues 2023-08-15 21:59:47 +02:00
parent 8f1897da97
commit 3ddf295e34

View file

@ -3,8 +3,9 @@ package bootoption
import "github.com/google/uuid"
type EFIApp struct {
Name string `json:"name"`
Path string `json:"path"`
Name string `json:"name"`
Path string `json:"path"`
DiskID string `json:"disk_id"`
}
type Client struct {