archiver/ArchiverConfig.go
2024-09-26 11:33:03 +02:00

6 lines
85 B
Go

package archiver
type Config struct {
Folder string
ArchiveFolder string
}