mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-19 15:01:22 +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;
|
|
}
|