diff options
| author | Jeff Carr <[email protected]> | 2025-01-10 04:39:33 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-10 04:39:33 -0600 |
| commit | 1e38cacfa788fc6c0ed2abcf627f4d6198f0b2ae (patch) | |
| tree | 806001213022ab7ebf68f798fd3aeaeff366424e /uuid.proto | |
| parent | 40c340c6267aa53164804aad6ed988183fc42d3f (diff) | |
no going back now
Diffstat (limited to 'uuid.proto')
| -rw-r--r-- | uuid.proto | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/uuid.proto b/uuid.proto deleted file mode 100644 index 64e4dfe..0000000 --- a/uuid.proto +++ /dev/null @@ -1,16 +0,0 @@ -syntax = "proto3"; - -// experiment to identify .pb files incase things go sideways -package forgepb; - -// autogenpb:no-sort -message Uuid { // `autogenpb:marshal` - string name = 1; -} - -// autogenpb:no-sort -message Uuids { - string uuid = 1; // `autogenpb:uuid` - string version = 2; // `autogenpb:version` - repeated Uuid Uuids = 3; -} |
