store dirs

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-10-26 00:23:26 -05:00
parent 473729eb35
commit f8981ab3c1
2 changed files with 3 additions and 1 deletions

View File

@ -8,4 +8,5 @@ message Cluster {
int64 id = 1;
repeated Droplet droplets = 2;
repeated Hypervisor hypervisors = 3;
repeated string dirs = 4;
}

View File

@ -43,5 +43,6 @@ message Network {
message Disk {
string filename = 1;
int64 size = 2;
string filepath = 2;
int64 size = 3;
}