MCPcopy Create free account
hub / github.com/SignTools/SignTools / GetStatusUrl

Method GetStatusUrl

src/builders/selfhosted.go:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40func (g *SelfHosted) GetStatusUrl() (string, error) {
41 return util.JoinUrls(g.Url, "/status")
42}
43
44func (g *SelfHosted) SetSecrets(secrets map[string]string) error {
45 body := url.Values{}

Callers

nothing calls this directly

Calls 1

JoinUrlsFunction · 0.92

Tested by

no test coverage detected