This is an automated email from the ASF dual-hosted git repository. isudana pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/synapse-go.git
commit b90e95865574f66269c5ac69334cf77145ceacf9 Merge: f7100a0 a1675f7 Author: Isuru Udana Loku Narangoda <[email protected]> AuthorDate: Mon Apr 21 07:36:46 2025 +0530 Merge pull request #3 from ThisaraWeerakoon/add-file-inbound-endpoint Added file inbound endpoint implementation Makefile | 54 +- go.mod | 1 + go.sum | 2 + internal/app/adapters/inbound/file_inbound.go | 605 ++++++++++- .../inbound/file_inbound_component_test.go | 153 +++ .../app/adapters/inbound/file_inbound_unit_test.go | 1049 ++++++++++++++++++++ internal/app/adapters/inbound/inbound_factory.go | 11 +- internal/app/adapters/inbound/interfaces.go | 64 ++ .../inbound/{inbound_factory.go => logger.go} | 51 +- internal/app/adapters/inbound/mocks_test.go | 289 ++++++ internal/app/adapters/inbound/os_filesystem.go | 66 ++ .../inbound/{inbound_factory.go => real_clock.go} | 33 +- 12 files changed, 2259 insertions(+), 119 deletions(-)
