keep and deprecate
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
19a8dfe13d
commit
68ffae38b7
|
@ -27,6 +27,9 @@ message Droplet {
|
|||
|
||||
DropletState state = 14; // if the droplet is on, off, etc
|
||||
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 {
|
||||
|
@ -45,3 +48,7 @@ message Disk {
|
|||
string filename = 1;
|
||||
int64 size = 2;
|
||||
}
|
||||
|
||||
message JunkInfo {
|
||||
int64 capacity = 1; // Stores the storage capacity in bytes.
|
||||
}
|
||||
|
|
|
@ -14,7 +14,6 @@ message Events {
|
|||
StorageInfo humantest = 5;
|
||||
}
|
||||
|
||||
|
||||
message Event {
|
||||
int32 id = 1;
|
||||
EventType etype = 2;
|
||||
|
|
Loading…
Reference in New Issue