KeyStoreCacheLoader is an interface for the KeyStoreCache
| 18 | |
| 19 | // KeyStoreCacheLoader is an interface for the KeyStoreCache |
| 20 | type KeyStoreCacheLoader interface { |
| 21 | // Load implements a function where the cache should gets it's content from |
| 22 | Load(string) string |
| 23 | } |
| 24 | |
| 25 | type page struct { |
| 26 | Key string |
nothing calls this directly
no outgoing calls
no test coverage detected