ConfigGetter is a function that returns a prepared, valid config that should be used when managing the given certificate or its assets.
func(Certificate) (*Config, error)
| 189 | // valid config that should be used when managing the |
| 190 | // given certificate or its assets. |
| 191 | type ConfigGetter func(Certificate) (*Config, error) |
| 192 | |
| 193 | // cacheCertificate calls unsyncedCacheCertificate with a write lock. |
| 194 | // |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…