api/internal/config
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
..
constants.go Initial working version 2020-04-01 04:08:21 +02:00
handler_config.go Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00
handler_config_test.go Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00
loading.go Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00
multi_handler_config.go Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00
multi_handler_config_test.go Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00
parsing.go Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00
parsing_test.go Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00