seafile_recovery/config.go

8 lines
146 B
Go
Raw Normal View History

2021-04-21 12:44:49 +00:00
package main
type configCollect struct {
2021-04-22 09:29:04 +00:00
Head bool `docopt:"head"`
2021-04-21 12:44:49 +00:00
Storage string `docopt:"--storage"`
RepoId string `docopt:"<repoid>"`
}