Go to file
Peter 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
.github/workflows Add goreleaser 2020-04-09 00:44:13 +02:00
assets/fakeFiles Initial working version 2020-04-01 04:08:21 +02:00
deploy Prepare systemd deployment 2020-04-12 00:09:30 +02:00
docs Add Makefile and reference to docs 2020-04-07 00:31:47 +02:00
internal Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00
pkg Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00
plugins Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00
.dockerignore Initial working version 2020-04-01 04:08:21 +02:00
.gitattributes Initial working version 2020-04-01 04:08:21 +02:00
.gitignore Move plugins to top level directory in repository 2020-04-11 15:31:08 +02:00
.goreleaser.yml Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00
config.yaml Complete first naive HTTP proxy implementation 2020-04-12 03:51:41 +02:00
Dockerfile Add basic DNS and DNS-over-TLS implementation 2020-04-02 00:58:44 +02:00
go.mod Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00
go.sum Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00
LICENSE Create LICENSE 2020-04-11 12:17:15 +02:00
main.go Initial working version 2020-04-01 04:08:21 +02:00
Makefile Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00
mock_config.yaml Moved endpoint handling to new module 2020-04-14 00:15:33 +02:00
proxy_config.yaml Complete first naive HTTP proxy implementation 2020-04-12 03:51:41 +02:00
README.md Add Makefile and reference to docs 2020-04-07 00:31:47 +02:00

INetMock

Docs

Docs are available either in the docs/ directory or as rendered markdown book at the GitHub pages.