issues
search
trickstercache
/
trickster
Open Source HTTP Reverse Proxy Cache and Time Series Dashboard Accelerator
https://trickstercache.org
Apache License 2.0
2k
stars
175
forks
source link
fix broken tests
#719
Closed
jranson
closed
6 months ago
jranson
commented
6 months ago
This PR:
renames
runtime
pkg to
appinfo
(for builtin pkg deconfliction)
moves the http server functions from
main
to
pkg/httpserver
moves the
config
package from
cmd
to
pkg
fixes any failing tests
This PR:
runtime
pkg toappinfo
(for builtin pkg deconfliction)main
topkg/httpserver
config
package fromcmd
topkg