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