those weren't supposed to make it in

This commit is contained in:
f0x 2021-09-10 23:01:50 +02:00
commit 5c0bb760a8
3 changed files with 1 additions and 464 deletions

View file

@ -52,12 +52,6 @@ type Router interface {
Start()
// Stop the router
Stop(ctx context.Context) error
// (Re)load templates
LoadTemplates() error
}
func (r *router) LoadTemplates() error {
return loadTemplates(r.config, r.engine);
}
// router fulfils the Router interface using gin and logrus