mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 04:17:44 +08:00
7 lines
93 B
Protocol Buffer
7 lines
93 B
Protocol Buffer
package service;
|
|
|
|
message PBRequest {
|
|
required bytes Data = 1;
|
|
optional bytes Tag = 3;
|
|
}
|