mirror of
https://github.com/google/pebble.git
synced 2025-03-21 19:31:20 +00:00
6 lines
63 B
Protocol Buffer
6 lines
63 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message LogMessage {
|
||
|
string msg = 1;
|
||
|
}
|