forked from cerc-io/ipld-eth-server
10 lines
171 B
Protocol Buffer
10 lines
171 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package datastore.pb;
|
|
|
|
message DataObj {
|
|
optional string FilePath = 1;
|
|
optional uint64 Offset = 2;
|
|
optional uint64 Size = 3;
|
|
}
|