diff options
Diffstat (limited to 'internal/app')
| -rw-r--r-- | internal/app/app.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/app/app.go b/internal/app/app.go index dba052037..5438633d1 100644 --- a/internal/app/app.go +++ b/internal/app/app.go @@ -73,6 +73,7 @@ func New(ctx context.Context, conn *sql.DB) (*App, error) { return app, nil } + // Shutdown performs a clean shutdown of the application func (app *App) Shutdown() { // Cancel all watcher goroutines |
