The interface to be implemented by all guest modules part of the namespace 'tls.ca_pool.source.'
| 35 | // The interface to be implemented by all guest modules part of |
| 36 | // the namespace 'tls.ca_pool.source.' |
| 37 | type CA interface { |
| 38 | CertPool() *x509.CertPool |
| 39 | } |
| 40 | |
| 41 | // CertificateProvider is an optional interface that CA pool sources |
| 42 | // can implement to expose their underlying certificates for combining. |
no outgoing calls
no test coverage detected