- update: packet router to have the various services needed for the packets to be local to it.
- add: character service grpc client calls
This commit is contained in:
@@ -2,6 +2,7 @@ use crate::auth::auth_service_client::AuthServiceClient;
|
||||
use crate::auth::{Empty, LoginRequest, LoginResponse, LogoutRequest, ValidateSessionRequest, ValidateSessionResponse, ValidateTokenRequest, ValidateTokenResponse};
|
||||
use tonic::transport::Channel;
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct AuthClient {
|
||||
client: AuthServiceClient<Channel>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user