| 299 | } |
| 300 | |
| 301 | type flattenFakeMemory struct{ updates map[string]string } |
| 302 | |
| 303 | func (f *flattenFakeMemory) Remember(string, string) (string, error) { return "ok", nil } |
| 304 | func (f *flattenFakeMemory) UpdateProfile(updates map[string]string) (string, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected