summaryrefslogtreecommitdiff
path: root/droplet.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-31 04:29:51 -0500
committerJeff Carr <[email protected]>2024-10-31 04:29:51 -0500
commit96f29d6f3b696347dea1c22a0f3bda834a136d32 (patch)
tree4bab7bbe2776b107d2779b8d19889e22a652071b /droplet.proto
parentc2229b65ab041aa80ff7b99b982b2e3061ba0ed7 (diff)
move more into add.go
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'droplet.proto')
-rw-r--r--droplet.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/droplet.proto b/droplet.proto
index 2c30829..bed3e48 100644
--- a/droplet.proto
+++ b/droplet.proto
@@ -30,7 +30,7 @@ message Droplet {
string custom_xml = 15; // if needed,
}
-// current settings for things.
+// volatile data. the current settings and values of things.
// These are passed around while the cluster to monitor and control the systems
// but they are not saved to the config file
message Current {