alist/internal/driver/config.go
2022-06-07 16:31:28 +08:00

7 lines
73 B
Go

package driver
type Config struct {
Name string
LocalSort bool
}