(sps StorageProviderServices, cmd *kingpin.CmdClause)
| 29 | // implemented by all the cli storage providers. |
| 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 |
no outgoing calls
no test coverage detected