Replace will delete the contents of the store, using instead the given list. Store takes ownership of the list, you should not reference it after calling this function.
([]interface{}, string)
| 44 | // given list. Store takes ownership of the list, you should not reference |
| 45 | // it after calling this function. |
| 46 | Replace([]interface{}, string) error |
| 47 | Resync() error |
| 48 | } |
| 49 |
no outgoing calls