latest
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option go_package = "mfer";
|
||||
option go_package = "git.eeqj.de/sneak/mfer/mfer";
|
||||
|
||||
import "google/protobuf/timestamp.proto";
|
||||
|
||||
@@ -60,7 +60,7 @@ message MFFileInner {
|
||||
Version version = 101;
|
||||
|
||||
// required manifest attributes:
|
||||
uint64 fileCount = 102;
|
||||
uint64 fileCount = 102; //FIXME is this necessary?
|
||||
repeated MFFilePath files = 103;
|
||||
|
||||
// optional manifest attributes 2xx:
|
||||
|
||||
Reference in New Issue
Block a user