| 348 | } |
| 349 | |
| 350 | type persister struct { |
| 351 | configAccess ConfigAccess |
| 352 | user string |
| 353 | } |
| 354 | |
| 355 | func (p *persister) Persist(config map[string]string) error { |
| 356 | newConfig, err := p.configAccess.GetStartingConfig() |
nothing calls this directly
no outgoing calls
no test coverage detected