mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 19:37:46 +08:00
8 lines
151 B
Protocol Buffer
8 lines
151 B
Protocol Buffer
package datastore.pb;
|
|
|
|
message DataObj {
|
|
optional string FilePath = 1;
|
|
optional uint64 Offset = 2;
|
|
optional uint64 Size = 3;
|
|
}
|