(contextName, endpointName, fileName string)
| 34 | GetMetadata(name string) (Metadata, error) |
| 35 | ListTLSFiles(name string) (map[string]EndpointFiles, error) |
| 36 | GetTLSData(contextName, endpointName, fileName string) ([]byte, error) |
| 37 | } |
| 38 | |
| 39 | // Lister provides listing of contexts |
no outgoing calls