(cfg config.Copilot)
| 54 | } |
| 55 | |
| 56 | func NewCopilotProvider(cfg config.Copilot) provider.Provider { |
| 57 | return provider.NewCopilot(cfg) |
| 58 | } |
| 59 | |
| 60 | // NewDisabledProviderStub returns a Provider that reports Enabled() == |
| 61 | // false and has no-op implementations for all other methods. Use this |