| 13 | } |
| 14 | |
| 15 | type fileTokenClientProvider struct{} |
| 16 | |
| 17 | func (p *fileTokenClientProvider) Load(ctx context.Context, cfg *config.Config) (*TokenClientResult, error) { |
| 18 | // Stateless executors handle tokens |
nothing calls this directly
no outgoing calls
no test coverage detected