InMemoryPersister is a noop persister for use in unit tests.
| 41 | |
| 42 | // InMemoryPersister is a noop persister for use in unit tests. |
| 43 | type InMemoryPersister struct{} |
| 44 | |
| 45 | // Save does nothing. |
| 46 | func (p InMemoryPersister) Save(*viper.Viper, string) error { |
nothing calls this directly
no outgoing calls
no test coverage detected