summaryrefslogtreecommitdiffstats
path: root/bridge/config
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-11-20 23:01:44 +0100
committerWim <wim@42.be>2016-11-20 23:01:44 +0100
commite0e1e4be8018b256d86e2df9c3f84fc7881041c3 (patch)
treec3b41348cc56cf1d254887dcb5ca102f6377cb9e /bridge/config
parentd5845ce9009741734b9f25153ebe534b698934ef (diff)
downloadmatterbridge-msglm-e0e1e4be8018b256d86e2df9c3f84fc7881041c3.tar.gz
matterbridge-msglm-e0e1e4be8018b256d86e2df9c3f84fc7881041c3.tar.bz2
matterbridge-msglm-e0e1e4be8018b256d86e2df9c3f84fc7881041c3.zip
Add gateway.inout config for bidirectional bridges. Closes #85
Diffstat (limited to 'bridge/config')
-rw-r--r--bridge/config/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/bridge/config/config.go b/bridge/config/config.go
index 5fed2f0a..1958bf57 100644
--- a/bridge/config/config.go
+++ b/bridge/config/config.go
@@ -62,6 +62,7 @@ type Gateway struct {
Enable bool
In []Bridge
Out []Bridge
+ InOut []Bridge
}
type SameChannelGateway struct {