Build resolves secrets, persists to keychain, and returns a ready AppConfig for the chosen candidate AppID. Must be called after ListCandidates succeeds.
(appID string)
| 37 | // Build resolves secrets, persists to keychain, and returns a ready AppConfig |
| 38 | // for the chosen candidate AppID. Must be called after ListCandidates succeeds. |
| 39 | Build(appID string) (*core.AppConfig, error) |
| 40 | } |
| 41 | |
| 42 | // newBinder constructs the SourceBinder for the given source name. |
no outgoing calls