Extra returns a shallow copy of any custom config data that the provider may need.
()
| 107 | // Extra returns a shallow copy of any custom config data |
| 108 | // that the provider may need. |
| 109 | Extra() map[string]any |
| 110 | |
| 111 | // SetExtra updates the provider's custom config data. |
| 112 | SetExtra(data map[string]any) |
no outgoing calls