Versions in this module Expand all Collapse all v1 v1.1.0 Dec 17, 2020 v1.0.0 May 7, 2020 Changes in this version + func NewRouter(server *SyncServer) *mux.Router + func Server(port string, filePath string, syncFileOps SyncFileOperations) error + func TestServer(port string, filePath string, timeout int) + type SyncFileOperations interface + UpdateSyncFileProgress func(size int64) + type SyncFileStub struct + func (f *SyncFileStub) UpdateSyncFileProgress(size int64) + type SyncServer struct