This repository was archived by the owner on Jun 25, 2026. It is now read-only.
refactor(github): split issues and webhooks clients #68
Annotations
6 errors
|
Go test
Process completed with exit code 1.
|
|
Go test:
internal/github/client_test.go#L260
client.CreateIssueComment undefined (type *APIClient has no field or method CreateIssueComment)
|
|
Go test:
internal/github/client_test.go#L252
client.CreateIssueComment undefined (type *APIClient has no field or method CreateIssueComment)
|
|
Go test:
internal/github/client_test.go#L245
client.CreateIssueComment undefined (type *APIClient has no field or method CreateIssueComment)
|
|
Go test:
cmd/rascald/main_test.go#L206
cannot use ghapi.NewAPIClient("") (value of type *github.APIClient) as githubClient value in struct literal: *github.APIClient does not implement githubClient (missing method CreateIssueComment)
|
|
Go test:
cmd/rascald/main.go#L126
cannot use ghapi.NewAPIClient(cfg.GitHubToken) (value of type *github.APIClient) as githubClient value in struct literal: *github.APIClient does not implement githubClient (missing method CreateIssueComment)
|