Versions in this module Expand all Collapse all v1 v1.1.0 Dec 2, 2024 v1.0.0 Nov 26, 2024 Changes in this version + func New(cfg uber.PluginConfig) (z uber.Plugin, err error) + type FolderStatusId int + const StatusIdle + const StatusScanWaiting + const StatusScanning + const StatusSynPreparing + const StatusSyncing + const StatusUnknown + type STConfig struct + Folders []STFolderConfig + type STEvent struct + Data json.RawMessage + Id int + Time time.Time + Type string + type STEventFolderCompletion struct + Completion float32 + FolderId string + type STEventFolderSummary struct + Folder string + Summary STFolderStats + type STEventStateChanged struct + Duration float32 + FolderId string + From string + To string + type STEvents []STEvent + type STFolderConfig struct + Id string + Label string + Paused bool + type STFolderStats struct + OOSBytes int + OOSItems int + Sequence int + State string + StateChanged time.Time