Close helps implement the Provider interface.
()
| 111 | |
| 112 | // Close helps implement the Provider interface. |
| 113 | func (p *fakeProvider) Close() { |
| 114 | p.Distributor.Stop() |
| 115 | } |
| 116 | |
| 117 | // loadKeyMaterials is a helper to read cert/key files from testdata and convert |
| 118 | // them into a KeyMaterialReader struct. |