summaryrefslogtreecommitdiff
path: root/internal/server/secureinternet.go
AgeCommit message (Collapse)Author
2022-07-20Refactor: Do not log in internal packagesjwijenbergh
The reason behind this is that we then do not have to pass a lot to each function. Logging inside internal packages is less useful as we want to let them return errors and only log in the 'public' facing API or let the client decide
2022-07-19Server: Split CustomServer and split types into multiple filesjwijenbergh