(ctx context.Context, isCreate bool, formatVersion int)
| 30 | type StorageFlags interface { |
| 31 | Setup(sps StorageProviderServices, cmd *kingpin.CmdClause) |
| 32 | Connect(ctx context.Context, isCreate bool, formatVersion int) (blob.Storage, error) |
| 33 | } |
| 34 | |
| 35 | // StorageProvider is a CLI provider for storage options and allows the CLI to |
no outgoing calls
no test coverage detected