summaryrefslogtreecommitdiff
path: root/droplet.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-01 00:41:34 -0500
committerJeff Carr <[email protected]>2024-11-01 00:41:34 -0500
commit706dbbc53328dbfe74f70aee38765551d6a836d0 (patch)
treeeb8655efdf8d6423546349686c54fc03c806e105 /droplet.proto
parentb6f5594fe6b92b5b3a76e22ba3823c9ac8e00cd2 (diff)
pretty output for humans d.SprintHeader()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'droplet.proto')
-rw-r--r--droplet.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/droplet.proto b/droplet.proto
index f52fa7f..dd1b30a 100644
--- a/droplet.proto
+++ b/droplet.proto
@@ -44,6 +44,8 @@ message Current {
string full_xml = 4; // the full libvirt xml to import
google.protobuf.Timestamp last_poll = 5; // the last time we heard anything from this droplet
string image_url = 6; // url to the image
+ google.protobuf.Timestamp off_since = 7; // when the droplet was turned off
+ google.protobuf.Timestamp on_since = 8; // when the droplet was turned on
}
message Archive {