forked from TrueCloudLab/lego
chore: update linter (#1767)
Co-authored-by: Dominik Menke <git@dmke.org>
This commit is contained in:
parent
2431f83100
commit
a7b11e0447
6 changed files with 11 additions and 7 deletions
|
@ -53,7 +53,7 @@ func (c *SolverManager) SetDNS01Provider(p challenge.Provider, opts ...dns01.Cha
|
|||
return nil
|
||||
}
|
||||
|
||||
// Remove Remove a challenge type from the available solvers.
|
||||
// Remove removes a challenge type from the available solvers.
|
||||
func (c *SolverManager) Remove(chlgType challenge.Type) {
|
||||
delete(c.solvers, chlgType)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue