systemRootCertsProvider implements a certprovider.Provider that returns the system default root certificates for validation.
| 617 | // systemRootCertsProvider implements a certprovider.Provider that returns the |
| 618 | // system default root certificates for validation. |
| 619 | type systemRootCertsProvider struct{} |
| 620 | |
| 621 | func (systemRootCertsProvider) Close() {} |
| 622 |
nothing calls this directly
no outgoing calls
no test coverage detected