Keep adding irrelevant stuff
Some checks failed
ci/woodpecker/push/pre_commit_test Pipeline failed
ci/woodpecker/push/code_tests Pipeline failed

This commit is contained in:
2025-11-30 14:22:16 +01:00
parent 86566221b1
commit 8a6227d382
6 changed files with 103 additions and 44 deletions

View File

@@ -8,16 +8,7 @@ service AudioBackend {
rpc InitConnection(google.protobuf.Empty) returns (google.protobuf.Empty);
}
message Shirt {
// Label sizes
enum Size {
SMALL = 0;
MEDIUM = 1;
LARGE = 2;
}
// The base color
string color = 1;
// The size as stated on the label
Size size = 2;
message Shirt {
google.protobuf.Empty dummy = 1;
}