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

Struct SelfHosted

src/builders/selfhosted.go:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27type SelfHosted struct {
28 *SelfHostedData
29 Client *sling.Sling
30}
31
32func (g *SelfHosted) Trigger() error {
33 resp, err := g.Client.New().Post("/trigger").ReceiveSuccess(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected