(km *certprovider.KeyMaterial, err error)
| 159 | } |
| 160 | |
| 161 | func (wd *wrappedDistributor) Set(km *certprovider.KeyMaterial, err error) { |
| 162 | wd.Distributor.Set(km, err) |
| 163 | wd.distCh.Send(nil) |
| 164 | } |
| 165 | |
| 166 | func createTmpFile(t *testing.T, src, dst string) { |
| 167 | t.Helper() |