MCPcopy Index your code
hub / github.com/SignTools/SignTools / GitHub

Struct GitHub

src/builders/github.go:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type GitHub struct {
37 data *GitHubData
38 client *github.Client
39 ctx context.Context
40}
41
42func (g *GitHub) Trigger() error {
43 body := github.CreateWorkflowDispatchEventRequest{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected