Name returns the source identifier (used in error envelopes).
()
| 29 | type SourceBinder interface { |
| 30 | // Name returns the source identifier (used in error envelopes). |
| 31 | Name() string |
| 32 | // ConfigPath returns the resolved path to the source's config file. |
| 33 | ConfigPath() string |
| 34 | // ListCandidates enumerates bindable accounts from the source config. |
no outgoing calls