diff options
| author | Jeff Carr <[email protected]> | 2024-10-24 18:56:38 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-24 18:56:38 -0500 |
| commit | e70615220731c4497a4819d5f681f3e9496efbbd (patch) | |
| tree | e5a3186e382bfd033a860783ea8bb9df4bff5590 | |
| parent | 954e555ac7c92208dd920c70c885a6e6d2b9ab34 (diff) | |
rm old code
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | droplet.proto | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/droplet.proto b/droplet.proto index e34a65e..c3b7bd1 100644 --- a/droplet.proto +++ b/droplet.proto @@ -27,9 +27,6 @@ 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 { @@ -48,7 +45,3 @@ message Disk { string filename = 1; int64 size = 2; } - -message JunkInfo { - int64 capacity = 1; // Stores the storage capacity in bytes. -} |
