AppFlowy/rust-lib/flowy-user/src/protobuf/proto/user_table.proto

9 lines
124 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
message User {
string id = 1;
string name = 2;
string email = 3;
string password = 4;
}