Add basic application framework and example application to show interaction between events an NBI
Compare changes
- André Sterba authored
@@ -18,6 +18,7 @@ import (
@@ -18,6 +18,7 @@ import (
@@ -25,16 +26,21 @@ func getTestAuthInterceptorServer(t *testing.T) (*AuthInterceptor, *User, *Role,
@@ -25,16 +26,21 @@ func getTestAuthInterceptorServer(t *testing.T) (*AuthInterceptor, *User, *Role,
func dialer(interceptorServer *AuthInterceptor, userServer *User, roleServer *Role, sbiServer *SbiServer) func(context.Context, string) (net.Conn, error) {