mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-12 16:11:24 +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
|
|
}
|