mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
Replace DB with Store in service/user (#321)
This commit is contained in:
@@ -230,10 +230,10 @@ message ResetPasswordResponse {}
|
||||
|
||||
// List all users. Returns a paged list of results
|
||||
message ListRequest {
|
||||
int32 offset = 1;
|
||||
uint32 offset = 1;
|
||||
// Maximum number of records to return. Default limit is 25.
|
||||
// Maximum limit is 1000. Anything higher will return an error.
|
||||
int32 limit = 2;
|
||||
uint32 limit = 2;
|
||||
}
|
||||
|
||||
message ListResponse {
|
||||
|
||||
Reference in New Issue
Block a user