api/plugins/tls_interceptor
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
..
addr_utils.go Move plugins to top level directory in repository 2020-04-11 15:31:08 +02:00
addr_utils_test.go Move plugins to top level directory in repository 2020-04-11 15:31:08 +02:00
cert_store.go Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00
cert_store_test.go Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00
certs.go Move plugins to top level directory in repository 2020-04-11 15:31:08 +02:00
certs_test.go Move plugins to top level directory in repository 2020-04-11 15:31:08 +02:00
generate_ca_cmd.go Moved endpoint handling to new module 2020-04-14 00:15:33 +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
proxy.go Move plugins to top level directory in repository 2020-04-11 15:31:08 +02:00
proxy_conn.go Move plugins to top level directory in repository 2020-04-11 15:31:08 +02:00
test_setup.go Move plugins to top level directory in repository 2020-04-11 15:31:08 +02:00
time_source.go Move plugins to top level directory in repository 2020-04-11 15:31:08 +02:00