mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-11 10:18:08 +09:00
9 lines
No EOL
198 B
Protocol Buffer
9 lines
No EOL
198 B
Protocol Buffer
syntax = "proto3";
|
|
package anytype;
|
|
option go_package = "pb";
|
|
|
|
message ThreadHeader {
|
|
string firstChangeId = 1;
|
|
bool isWorkspace = 2;
|
|
// TODO: add user identity, signature and nano timestamp
|
|
} |