ytitov / grpc-rust-dart-demo

routeguide tutorial base to start a rust and dart server/client project
0 stars 0 forks source link

create, list groups #11

Closed ytitov closed 4 years ago

ytitov commented 4 years ago

implement user group model to create and list groups

implement the models and functions necessary to accomplish these actions. Add these to the models::group module analogous to how user is implemented.