Эх сурвалжийг харах

Merge branch 'master' into dev

yjp 1 жил өмнө
parent
commit
13fcaf8961

+ 4 - 0
framework/binding/binder.go

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