ConfigStorage implements the storer.ConfigStorage for the transactional package.
| 4 | |
| 5 | // ConfigStorage implements the storer.ConfigStorage for the transactional package. |
| 6 | type ConfigStorage struct { |
| 7 | config.ConfigStorer |
| 8 | temporal config.ConfigStorer |
| 9 | |
| 10 | set bool |
| 11 | } |
| 12 | |
| 13 | // NewConfigStorage returns a new ConfigStorer based on a base storer and a |
| 14 | // temporal storer. |
nothing calls this directly
no outgoing calls
no test coverage detected