mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-18 13:54:02 +08:00

Not sure this works. we dont have tests for net diag. We should make some. cc @whyrusleeping.
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
|
|
}
|