mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 19:37:46 +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;
|
|
}
|