Store provides a context store for easily remembering endpoints configuration
| 23 | |
| 24 | // Store provides a context store for easily remembering endpoints configuration |
| 25 | type Store interface { |
| 26 | Reader |
| 27 | Lister |
| 28 | Writer |
| 29 | StorageInfoProvider |
| 30 | } |
| 31 | |
| 32 | // Reader provides read-only (without list) access to context data |
| 33 | type Reader interface { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…