(contextName string)
| 50 | // StorageInfoProvider provides more information about storage details of contexts |
| 51 | type StorageInfoProvider interface { |
| 52 | GetStorageInfo(contextName string) StorageInfo |
| 53 | } |
| 54 | |
| 55 | // Writer provides write access to context data |
no outgoing calls