seafile_recovery/config.go

13 lines
294 B
Go

package main
type configCollect struct {
Head bool `docopt:"head"`
Ls bool `docopt:"ls"`
Dump bool `docopt:"dump"`
S3 bool `docopt:"s3"`
Storage string `docopt:"--storage"`
RepoId string `docopt:"<repoid>"`
PathId string `docopt:"<pathid>"`
Bucket string `docopt:"<bucket>"`
}