Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultRoot ¶
Types ¶
type Locs ¶
type Locs struct {
Root string
Temp string
Cache string
Logs string
LogsIntegrations string
RepoCache string
State string
Uploads string
UploadZips string
RipsrcCheckpoints string
Backup string
RipsrcCheckpointsBackup string
ServiceRunCrashes string
IntegrationsDefaultDir string
// Special files
Config2 string // new config that is populated from enroll, not for manual editing
// LastProcessedFile stores timestamps or other data to mark last processed objects
LastProcessedFile string
LastProcessedFileBackup string
// ExportQueueFile stores exports requests
ExportQueueFile string
// DedupFile contains hashes of all objects sent in incrementals to avoid sending the same objects multiple times
DedupFile string
// CleanupDirs are directories that will be removed on every run
CleanupDirs []string
}
Click to show internal directories.
Click to hide internal directories.