summaryrefslogtreecommitdiff
path: root/exes/gateway/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'exes/gateway/src/lib.rs')
-rw-r--r--exes/gateway/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/exes/gateway/src/lib.rs b/exes/gateway/src/lib.rs
index 014b72a..ec3337b 100644
--- a/exes/gateway/src/lib.rs
+++ b/exes/gateway/src/lib.rs
@@ -24,6 +24,7 @@ impl<'a> Injector for MetadataMap<'a> {
}
pub struct GatewayServer {}
+
impl Component for GatewayServer {
type Config = GatewayConfig;
const SERVICE_NAME: &'static str = "gateway";