Rename unused parameters to _ to satisfy linter
This commit is contained in:
@@ -35,7 +35,7 @@ type Middleware struct {
|
||||
}
|
||||
|
||||
// New creates a new Middleware instance.
|
||||
func New(lc fx.Lifecycle, params Params) (*Middleware, error) {
|
||||
func New(_ fx.Lifecycle, params Params) (*Middleware, error) {
|
||||
s := &Middleware{
|
||||
log: params.Logger.Get(),
|
||||
config: params.Config,
|
||||
|
||||
Reference in New Issue
Block a user