Skip to content

Commit

Permalink
Remove go generate statement from keystore (#3344)
Browse files Browse the repository at this point in the history
This is not needed

Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
  • Loading branch information
JAORMX authored May 16, 2024
1 parent 6fde2d8 commit 1eb80d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/crypto/keystores/keystore.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ import (
serverconfig "github.com/stacklok/minder/internal/config/server"
)

//go:generate go run go.uber.org/mock/mockgen -package mock_$GOPACKAGE -destination=./mock/$GOFILE -source=./$GOFILE

// KeyStore represents a struct which stores or can fetch encryption keys.
type KeyStore interface {
// GetKey retrieves the key for the specified algorithm by key ID.
Expand Down

0 comments on commit 1eb80d3

Please sign in to comment.