@@ -16,3 +16,7 @@ func NewBinder(router api.Router, i *infrastructure.Infrastructure) *Binder {
i: i,
}
+
+func (binder *Binder) GetInfrastructure() *infrastructure.Infrastructure {
+ return binder.i
+}