Skip to content

Commit

Permalink
chore: dropped this commit
Browse files Browse the repository at this point in the history
  • Loading branch information
johnabass committed Aug 15, 2024
1 parent a72b7d9 commit 06d72f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions authenticator.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ type AuthenticatorOption[S any] interface {

type authenticatorOptionFunc[S any] func(*Authenticator[S]) error

//nolint:unused
func (aof authenticatorOptionFunc[S]) apply(a *Authenticator[S]) error { return aof(a) }

// WithAuthenticateListeners adds listeners to the Authenticator being built.
Expand Down
1 change: 1 addition & 0 deletions authorizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ type AuthorizerOption[S any] interface {

type authorizerOptionFunc[S any] func(*Authorizer[S]) error

//nolint:unused
func (aof authorizerOptionFunc[S]) apply(a *Authorizer[S]) error { return aof(a) }

// WithAuthorizeListeners adds listeners to the Authorizer being built.
Expand Down

0 comments on commit 06d72f6

Please sign in to comment.