alist/internal/driver/config.go

11 lines
161 B
Go
Raw Normal View History

2022-06-07 08:31:28 +00:00
package driver
type Config struct {
2022-06-07 14:02:41 +00:00
Name string
LocalSort bool
OnlyLocal bool
OnlyProxy bool
NoNeedSetLink bool
2022-06-13 13:15:58 +00:00
NoCache bool
2022-06-07 08:31:28 +00:00
}