pass the user test: sign in , sign out, get status

This commit is contained in:
appflowy
2021-07-11 21:54:55 +08:00
parent 3b06cde2d2
commit 04fc7f1cd0
24 changed files with 783 additions and 89 deletions

View File

@ -24,10 +24,12 @@ pub fn category_from_str(type_str: &str) -> TypeCategory {
| "SignUpResponse"
| "SignInRequest"
| "SignInParams"
| "UserError"
=> TypeCategory::Protobuf,
"FFIStatusCode"
| "UserStatus"
| "UserEvent"
| "UserErrorCode"
=> TypeCategory::Enum,
"Option" => TypeCategory::Opt,