diff options
| author | Jeff Carr <[email protected]> | 2025-02-22 15:23:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-22 15:23:40 -0600 |
| commit | 2381c65887caa779b2aecf2c9626de5d17e59536 (patch) | |
| tree | a8e901235323c0498eb7a91302eb3af9b941a1cc /experiment.proto | |
| parent | ddc0410126f6da0165f48f9023526dc47de52e5b (diff) | |
cleanups for gui pb tables
Diffstat (limited to 'experiment.proto')
| -rw-r--r-- | experiment.proto | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/experiment.proto b/experiment.proto deleted file mode 100644 index 4ee16fa..0000000 --- a/experiment.proto +++ /dev/null @@ -1,30 +0,0 @@ -syntax = "proto3"; -package virtbuf; - -import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp -import "google/protobuf/any.proto"; // Import the well-known type for Timestamp - -// global settings for autogenpb `autogenpb:no-sort` `autogenpb:no-marshal` - -message WhatsThis { - // is it possible to have custom formatting in JSON and TEXT marshal/unmarshal ? - WhatInfo humantest = 1; - - google.protobuf.Timestamp end = 2; // end time - google.protobuf.Any orig_val = 3; // original value - google.protobuf.Any new_val = 4; // new value -} - -// this is for exerimenting -message WhatInfo { - int64 capacity = 1; // Stores the storage capacity in bytes. -} - -message Experiment { -} - -message Experiments { // `autogenpb:marshal` `autogenpb:mutex` - string uuid = 1; // `autogenpb:uuid:aadb95db-d798-4647-8c59-cce82e8f1ed6` - string version = 2; // `autogenpb:version:v0.0.1` - repeated Experiment Experiments = 3; // THIS MUST BE Experiment and then Experiments -} |
