Please linter to get back to passing lint+unit-test
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
This commit is contained in:
parent
3e45bfc97d
commit
f8e872d1af
@ -20,7 +20,7 @@ type dynamicTLSServingCertProvider struct {
|
|||||||
mutex sync.RWMutex
|
mutex sync.RWMutex
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO rename this type to DynamicCertProvider, since we are now going to use it for other types of certs too
|
// TODO rename this type to DynamicCertProvider, since we are now going to use it for other types of certs too.
|
||||||
func NewDynamicTLSServingCertProvider() DynamicTLSServingCertProvider {
|
func NewDynamicTLSServingCertProvider() DynamicTLSServingCertProvider {
|
||||||
return &dynamicTLSServingCertProvider{}
|
return &dynamicTLSServingCertProvider{}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user