Skip to content

Commit

Permalink
Pass in config transfer to stream service
Browse files Browse the repository at this point in the history
  • Loading branch information
pa3ng committed Aug 11, 2021
1 parent 2727383 commit fc3c81a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ pkged.go
/storage/
/storage-*/
/testdata/ftp-server/outbound/*.ach
/internal/test/storage/
/internal/test/storage/

.idea/
1 change: 1 addition & 0 deletions internal/events/service_stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func newStreamService(logger log.Logger, transformConfig *models.TransformConfig
}
return &streamService{
topic: topic,
transformConfig: transformConfig,
}, nil
}

Expand Down

0 comments on commit fc3c81a

Please sign in to comment.