mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 02:47:48 +08:00
we shouldn't use internal packages. License: MIT Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
8 lines
147 B
Protocol Buffer
8 lines
147 B
Protocol Buffer
package diagnostics.pb;
|
|
|
|
message Message {
|
|
required string DiagID = 1;
|
|
optional bytes Data = 2;
|
|
optional int64 Timeout = 3; // in nanoseconds
|
|
}
|