Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoSync ¶
type NoSync struct{}
func (*NoSync) RegisterSyncInProgressCallback ¶
func (NoSync) SupportsSync ¶
type Syncer ¶
type Syncer struct {
// contains filtered or unexported fields
}
func New ¶
func New(sc *serverclient.ServerClient, user types.UserDetails, db database.DatabaseFace, musicDir, imgDir string, slogHandler slog.Handler) Syncer
func (*Syncer) RegisterSyncInProgressCallback ¶
func (*Syncer) SetDatabase ¶
func (s *Syncer) SetDatabase(db database.DatabaseFace)
func (Syncer) SupportsSync ¶
Click to show internal directories.
Click to hide internal directories.