mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
Other: implemented tokens in bridge-gui-tester.
This commit is contained in:
@ -21,6 +21,7 @@
|
||||
|
||||
|
||||
#include <bridgepp/Worker/Worker.h>
|
||||
#include "GRPCMetaDataProcessor.h"
|
||||
#include "GRPCService.h"
|
||||
#include <grpcpp/grpcpp.h>
|
||||
|
||||
@ -44,6 +45,7 @@ public: // member functions.
|
||||
|
||||
private: // data members
|
||||
std::unique_ptr<grpc::Server> server_ { nullptr }; ///< The gRPC server.
|
||||
SPMetadataProcessor processor_;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user