SetSnapshotFactory set up a factory for loading/saving snapshots
(factory model.SnapshotFactory)
| 212 | |
| 213 | // SetSnapshotFactory set up a factory for loading/saving snapshots |
| 214 | func (s *Sync) SetSnapshotFactory(factory model.SnapshotFactory) { |
| 215 | s.snapshotFactory = factory |
| 216 | } |
| 217 | |
| 218 | // SetupEventsChan wires internal sync event to external status channels |
| 219 | func (s *Sync) SetupEventsChan(statusChan chan model.Status, batchDone chan interface{}, events chan interface{}) { |
nothing calls this directly
no outgoing calls
no test coverage detected