diff options
| author | Jeff Carr <[email protected]> | 2024-10-24 17:50:50 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-24 17:50:50 -0500 |
| commit | 6de8328027d5d50e417ddae275a0358873293b00 (patch) | |
| tree | f31c96ba856fb0500024ac7cc497189959425255 /events.proto | |
| parent | 68ffae38b71a46a7963ee77c21632a92a9eabe2b (diff) | |
just make a .proto file for experiments
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'events.proto')
| -rw-r--r-- | events.proto | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/events.proto b/events.proto index 0b2fe2f..2b5146c 100644 --- a/events.proto +++ b/events.proto @@ -9,9 +9,6 @@ message Events { string version = 2; // maybe can be used for protobuf schema change violations int64 event_size = 3; // max events to store in a single repeated Event events = 4; // all the events - - // is it possible to have custom formatting in JSON and TEXT marshal/unmarshal ? - StorageInfo humantest = 5; } message Event { @@ -42,7 +39,3 @@ enum EventType { CRASH = 11; // droplet hard crashed CHANGE = 12; // droplet or hypervisor config change } - -message StorageInfo { - int64 capacity = 1; // Stores the storage capacity in bytes. -} |
