alist/internal/driver/config.go

7 lines
73 B
Go

package driver
type Config struct {
Name string
LocalSort bool
}