api/plugins/http_proxy
Peter Kurfer 9236a38be0 Moved endpoint handling to new module
- introduce new endpoints module
- introduce Endpoint and EndpointManager
- introduce new Logging abstraction API to allow proper mocking
- add error return value to Start and Shutdown of endpoints
- add mocks of some internals to allow easier testing
- add generate target to take care of all code generation
2020-04-14 00:15:33 +02:00
..
fallback.go Add some tests to ensure proper configuration parsing 2020-04-12 17:09:50 +02:00
fallback_test.go Add some tests to ensure proper configuration parsing 2020-04-12 17:09:50 +02:00
go.mod Complete first naive HTTP proxy implementation 2020-04-12 03:51:41 +02:00
go.sum Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00
init.go Complete first naive HTTP proxy implementation 2020-04-12 03:51:41 +02:00
main.go Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00
Makefile Complete first naive HTTP proxy implementation 2020-04-12 03:51:41 +02:00
protocol_options.go Complete first naive HTTP proxy implementation 2020-04-12 03:51:41 +02:00
protocol_options_test.go Add some tests to ensure proper configuration parsing 2020-04-12 17:09:50 +02:00
proxy_handler.go Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00