refactor: separate proto file from src folder

This commit is contained in:
appflowy
2022-06-15 19:40:18 +08:00
parent b4a5d007be
commit 4b71c474e4
86 changed files with 258 additions and 224 deletions

View File

@ -1,6 +0,0 @@
syntax = "proto3";
message FlowyError {
int32 code = 1;
string msg = 2;
}