diff options
| author | Jeff Carr <[email protected]> | 2024-10-31 04:29:51 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-31 04:29:51 -0500 |
| commit | 96f29d6f3b696347dea1c22a0f3bda834a136d32 (patch) | |
| tree | 4bab7bbe2776b107d2779b8d19889e22a652071b /droplet.proto | |
| parent | c2229b65ab041aa80ff7b99b982b2e3061ba0ed7 (diff) | |
move more into add.go
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'droplet.proto')
| -rw-r--r-- | droplet.proto | 2 |
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 { |
