2022-07-17 13:34:07 +02:00

9 lines
197 B
Protocol Buffer

syntax = "proto3";
package tree;
option go_package = "treepb";
message TreeHeader {
string firstChangeId = 1;
bool isWorkspace = 2;
// TODO: add user identity, signature and nano timestamp
}