Skip to content

Commit

Permalink
refactor: Removing clock in favor of httputil one
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Aug 16, 2021
1 parent 7eb9afd commit d9ab3a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
16 changes: 0 additions & 16 deletions pkg/notifier/clock.go

This file was deleted.

3 changes: 2 additions & 1 deletion pkg/notifier/notifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
"time"

authModel "github.com/ViBiOh/auth/v2/pkg/model"
"github.com/ViBiOh/httputils/v4/pkg/clock"
"github.com/ViBiOh/httputils/v4/pkg/flags"
"github.com/ViBiOh/httputils/v4/pkg/logger"
"github.com/ViBiOh/ketchup/pkg/model"
Expand All @@ -31,7 +32,7 @@ type App struct {
mailerApp model.Mailer
helmApp model.HelmProvider

clock *Clock
clock *clock.Clock

pushURL string
loginID uint64
Expand Down

0 comments on commit d9ab3a0

Please sign in to comment.