Skip to content

Commit

Permalink
chore: add mockery generate directive
Browse files Browse the repository at this point in the history
  • Loading branch information
MR2011 committed Oct 31, 2024
1 parent 1b4b19c commit 7fea32a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/database/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

package database

//go:generate go install github.com/vektra/mockery/[email protected]
//go:generate mockery

import "github.com/cloudoperators/heureka/internal/entity"

type Database interface {
Expand Down

0 comments on commit 7fea32a

Please sign in to comment.