api/plugins/dns_mock
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 Move plugins to top level directory in repository 2020-04-11 15:31:08 +02:00
fallback_test.go Move plugins to top level directory in repository 2020-04-11 15:31:08 +02:00
go.mod Move plugins to top level directory in repository 2020-04-11 15:31:08 +02:00
go.sum Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00
init.go Move plugins to top level directory in repository 2020-04-11 15:31:08 +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 Move plugins to top level directory in repository 2020-04-11 15:31:08 +02:00
regex_handler.go Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00