chore: update project changes
CI/CD Stage / stage (push) Failing after 3m24s

This commit is contained in:
2026-09-21 15:33:47 +03:30
parent d01c287550
commit 9863d40592
6 changed files with 84 additions and 23 deletions
+9
View File
@@ -9,6 +9,15 @@ import "base/v1/msg.proto";
INTERNAL DATA;
*/
message Foo {
string first = 1;
oneof some_oneof {
string second = 2;
string third = 3;
}
string d = 4;
}
message InternalTransactionData {
int64 transaction_id = 1;
}