MCPcopy
hub / github.com/kopia/kopia / storageAzureFlags

Struct storageAzureFlags

cli/storage_azure.go:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type storageAzureFlags struct {
15 azOptions azure.Options
16}
17
18func (c *storageAzureFlags) Setup(svc StorageProviderServices, cmd *kingpin.CmdClause) {
19 cmd.Flag("container", "Name of the Azure blob container").Required().StringVar(&c.azOptions.Container)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected