Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRouter ¶
func NewRouter(server *SyncServer) *mux.Router
NewRouter creates and configures a mux router
func TestServer ¶
TestServer daemon serves only one connection for each test then exits
Types ¶
type SyncFileOperations ¶
type SyncFileOperations interface {
UpdateSyncFileProgress(size int64)
}
type SyncFileStub ¶
type SyncFileStub struct{}
func (*SyncFileStub) UpdateSyncFileProgress ¶
func (f *SyncFileStub) UpdateSyncFileProgress(size int64)
type SyncServer ¶
type SyncServer struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.