MCPcopy
hub / github.com/kopia/kopia / storageWebDAVFlags

Struct storageWebDAVFlags

cli/storage_webdav.go:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type storageWebDAVFlags struct {
16 options webdav.Options
17 connectFlat bool
18}
19
20func (c *storageWebDAVFlags) Setup(svc StorageProviderServices, cmd *kingpin.CmdClause) {
21 cmd.Flag("url", "URL of WebDAV server").Required().StringVar(&c.options.URL)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected