feat(gateway): integrate bridge service into gateway controller for transport handling
Signed-off-by: Tony <tonylu@tony-cloud.com>
This commit is contained in:
@@ -61,6 +61,7 @@ class GatewayBridgeService {
|
||||
const std::string& query = {});
|
||||
GatewayBridgeHttpResponse handlePost(const std::string& action, int gateway_id,
|
||||
const std::string& body);
|
||||
std::string handleTransportRequest(uint8_t gateway_id, std::string_view request);
|
||||
|
||||
private:
|
||||
struct ChannelRuntime;
|
||||
|
||||
Reference in New Issue
Block a user