Skip to content

Commit

Permalink
fix(review)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkweak committed Dec 1, 2023
1 parent 1734fab commit a5a0ab3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ func init() {
caddy.RegisterModule(SouinApp{})
}

// Provision implements caddy.Provisioner
func (s SouinApp) Provision(_ caddy.Context) error {
return nil
}

// Start will start the App
func (s SouinApp) Start() error {
_, _ = up.Delete(stored_providers_key)
Expand All @@ -59,5 +54,4 @@ func (s SouinApp) CaddyModule() caddy.ModuleInfo {
var (
_ caddy.App = (*SouinApp)(nil)
_ caddy.Module = (*SouinApp)(nil)
_ caddy.Provisioner = (*SouinApp)(nil)
)

0 comments on commit a5a0ab3

Please sign in to comment.