GhCopilot is the plugin entrypoint implementing DevLake interfaces.
| 44 | |
| 45 | // GhCopilot is the plugin entrypoint implementing DevLake interfaces. |
| 46 | type GhCopilot struct{} |
| 47 | |
| 48 | func (p GhCopilot) Init(basicRes context.BasicRes) errors.Error { |
| 49 | api.Init(basicRes, p) |
nothing calls this directly
no outgoing calls
no test coverage detected