1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-12 16:11:24 +08:00
Files
kubo/diagnostics/pb/diagnostics.proto
Juan Batiz-Benet 6e9c72ab37 expose internal/pb packages.
we shouldn't use internal packages.

License: MIT
Signed-off-by: Juan Batiz-Benet <juan@benet.ai>
2015-07-10 11:08:49 -07:00

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
}