Error handles a sync error
(err error)
| 137 | |
| 138 | // Error handles a sync error |
| 139 | func (s *Sync) Error(err error) { |
| 140 | s.log.Errorf("Sync Error on %s: %v", s.LocalPath, err) |
| 141 | } |
| 142 | |
| 143 | // InitUpstream inits the upstream |
| 144 | func (s *Sync) InitUpstream(reader io.ReadCloser, writer io.WriteCloser) error { |