Name returns the provider instance name. Defaults to Type() when not explicitly configured.
()
| 53 | // Name returns the provider instance name. |
| 54 | // Defaults to Type() when not explicitly configured. |
| 55 | Name() string |
| 56 | // Enabled reports whether the provider should serve requests. |
| 57 | Enabled() bool |
| 58 | // BaseURL defines the base URL endpoint for this provider's API. |
no outgoing calls