| 53 | ) |
| 54 | |
| 55 | type fakeProvider struct { |
| 56 | pt provType |
| 57 | isClient bool |
| 58 | wantMultiCert bool |
| 59 | wantError bool |
| 60 | } |
| 61 | |
| 62 | func (f fakeProvider) KeyMaterial(context.Context) (*certprovider.KeyMaterial, error) { |
| 63 | if f.wantError { |
nothing calls this directly
no outgoing calls
no test coverage detected