mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-05 21:15:26 +00:00
Please linter to get back to passing lint+unit-test
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
This commit is contained in:
@@ -20,7 +20,7 @@ type dynamicTLSServingCertProvider struct {
|
||||
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 {
|
||||
return &dynamicTLSServingCertProvider{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user