api/plugins/http_mock
Peter Kurfer 91f0cf6963 Improve config and startup handling
- use `Unmarshal` method of viper
- move config loading, defaulting and stuff to config package
- move serve to an extra command and move keep only global flags in root command
- add startup logic to onInit method in root command
- update mocks
- clean config structs
- adopt changes in plugins
- update default config
2020-06-15 12:32:18 +02:00
..
go.mod Move TLS/cert handling to main app 2020-04-26 00:32:46 +02:00
go.sum Move TLS/cert handling to main app 2020-04-26 00:32:46 +02:00
http_handler.go 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 Improve config and startup handling 2020-06-15 12:32:18 +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
regex_router.go Move plugins to top level directory in repository 2020-04-11 15:31:08 +02:00