parent
954e555ac7
commit
e706152207
|
@ -27,9 +27,6 @@ message Droplet {
|
||||||
|
|
||||||
DropletState state = 14; // if the droplet is on, off, etc
|
DropletState state = 14; // if the droplet is on, off, etc
|
||||||
string image_url = 15; // url to the image
|
string image_url = 15; // url to the image
|
||||||
|
|
||||||
// is it possible to have custom formatting in JSON and TEXT marshal/unmarshal ?
|
|
||||||
// JunkInfo humantest = 16;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
enum DropletState {
|
enum DropletState {
|
||||||
|
@ -48,7 +45,3 @@ message Disk {
|
||||||
string filename = 1;
|
string filename = 1;
|
||||||
int64 size = 2;
|
int64 size = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message JunkInfo {
|
|
||||||
int64 capacity = 1; // Stores the storage capacity in bytes.
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue