mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-20 12:46:17 +08:00
8 lines
99 B
Go
8 lines
99 B
Go
![]() |
package driver
|
||
|
|
||
|
type Config struct {
|
||
|
Name string
|
||
|
Version string
|
||
|
DefaultRoot string
|
||
|
}
|