Go to file
Derrick Hammer 0281936511
refactor: put logger as its own package with a custom config for the log level, allow it to be configurable with a default, add an init func for it, and have the config init use a temp logger
2024-01-15 10:02:58 -05:00
.github/workflows ci: try switching to go-semantic-release 2024-01-11 14:58:44 -05:00
api fix: use GetHttpRouter 2024-01-15 07:56:37 -05:00
cmd/portal refactor: put logger as its own package with a custom config for the log level, allow it to be configurable with a default, add an init func for it, and have the config init use a temp logger 2024-01-15 10:02:58 -05:00
config refactor: put logger as its own package with a custom config for the log level, allow it to be configurable with a default, add an init func for it, and have the config init use a temp logger 2024-01-15 10:02:58 -05:00
interfaces fix: need to create init for storage service to ensure it configures the http client after we have read the config 2024-01-15 08:38:05 -05:00
logger refactor: put logger as its own package with a custom config for the log level, allow it to be configurable with a default, add an init func for it, and have the config init use a temp logger 2024-01-15 10:02:58 -05:00
protocols fix: check header for prefix/starts with 2024-01-15 08:29:09 -05:00
storage fix: need to create init for storage service to ensure it configures the http client after we have read the config 2024-01-15 08:38:05 -05:00
.semrelrc ci: use git provider 2024-01-12 08:27:48 -05:00
CHANGELOG.md chore(release): 0.1.0-develop.3 [skip ci] 2023-09-09 18:02:27 +00:00
LICENSE feat: wip version 2023-04-29 13:40:43 -04:00
README.md Initial commit 2023-04-27 06:27:27 +00:00
config.go feat: initial new portal bones 2024-01-11 19:11:53 -05:00
go.mod dep: update libs5 2024-01-14 23:53:09 -05:00
go.sum dep: update libs5 2024-01-14 23:53:09 -05:00

README.md

portal