Skip to content
Snippets Groups Projects

Add basic application framework and example application to show interaction between events an NBI

Merged Ghost User requested to merge istaester/init-application-framework into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -60,7 +60,7 @@ func (a *Application) callback(event *event.Event) {
@@ -60,7 +60,7 @@ func (a *Application) callback(event *event.Event) {
request := &rbac.GetUserRequest{
request := &rbac.GetUserRequest{
Timestamp: time.Now().UnixNano(),
Timestamp: time.Now().UnixNano(),
Name: event.ID.String(),
Name: event.ID.String(),
Uuid: event.EntityID.String(),
Id: event.EntityID.String(),
}
}
response, err := userService.GetUser(ctx, request)
response, err := userService.GetUser(ctx, request)
Loading