mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2024-12-15 17:50:53 +00:00
6 lines
No EOL
90 B
Text
6 lines
No EOL
90 B
Text
protocol Hello {
|
|
record Hello {
|
|
string message;
|
|
int timestamp;
|
|
}
|
|
} |