File returns providers in providers.File shape for adapters that still need existing helpers.
(ctx context.Context)
| 134 | |
| 135 | // File returns providers in providers.File shape for adapters that still need existing helpers. |
| 136 | func (api ProviderAPI) File(ctx context.Context) (providers.File, error) { |
| 137 | return api.listProvidersFile(ctx) |
| 138 | } |
| 139 | |
| 140 | // List returns all configured providers. |
| 141 | func (api ProviderAPI) List(ctx context.Context) ([]Provider, error) { |