- add: Character service can now actually create a character correctly in the database
- add: character db client to allow the character service to talk to the database service - update: character.proto to make character data shared
This commit is contained in:
@@ -40,7 +40,10 @@ mod connection_service;
|
||||
pub mod auth {
|
||||
tonic::include_proto!("auth"); // Path matches the package name in auth.proto
|
||||
}
|
||||
pub mod char {
|
||||
pub mod character_common {
|
||||
tonic::include_proto!("character_common"); // Path matches the package name in auth.proto
|
||||
}
|
||||
pub mod character {
|
||||
tonic::include_proto!("character"); // Path matches the package name in auth.proto
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user