- removed: api-service
- removed: session-service - updated: moved health check out of consul registration - updated: get service info to pull the service from the default namespace for the service account - updated: the rest of the services to be able to handle the new database tables
This commit is contained in:
@@ -10,12 +10,12 @@ service CharacterDbService {
|
||||
}
|
||||
|
||||
message CharacterRequest {
|
||||
int32 user_id = 1;
|
||||
string user_id = 1;
|
||||
int32 character_id = 2;
|
||||
}
|
||||
|
||||
message CharacterListRequest {
|
||||
int32 user_id = 1;
|
||||
string user_id = 1;
|
||||
}
|
||||
|
||||
message CharacterListResponse {
|
||||
@@ -38,7 +38,7 @@ message CreateCharacterResponse {
|
||||
}
|
||||
|
||||
message DeleteCharacterRequest {
|
||||
int32 user_id = 1;
|
||||
string user_id = 1;
|
||||
int32 character_id = 2;
|
||||
int32 delete_type = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user