Load loads token-based clients from the configured source. Parameters: - ctx: The context for the loading operation - cfg: The application configuration Returns: - *TokenClientResult: The result containing loaded clients - error: An error if loading fails
(ctx context.Context, cfg *config.Config)
| 26 | // - *TokenClientResult: The result containing loaded clients |
| 27 | // - error: An error if loading fails |
| 28 | Load(ctx context.Context, cfg *config.Config) (*TokenClientResult, error) |
| 29 | } |
| 30 | |
| 31 | // TokenClientResult represents clients generated from persisted tokens. |
no outgoing calls