You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can easily be replaced with a method for getting the current time.
typeValidationContextstruct {
CertificateStoreX509CertificateStoreIdAttributestring// Now is used to determine the current time. If not provided, time.Now is used.Nowfunc() time.Time
}
The current clockwork dependency is used in exactly one place.
This can easily be replaced with a method for getting the current time.
Basically what tls.Config does https://golang.org/pkg/crypto/tls/#Config
It's a breaking change so I wanted to see how y'all feel about it before sending a PR.
The text was updated successfully, but these errors were encountered: