mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 14:06:15 -06:00
those weren't supposed to make it in
This commit is contained in:
parent
7e321b53d5
commit
5c0bb760a8
3 changed files with 1 additions and 464 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue