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

Struct Semaphore

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

Source from the content-addressed store, hash-verified

34}
35
36type Semaphore struct {
37 data *SemaphoreData
38 client *sling.Sling
39 baseUrl string
40}
41
42func (s *Semaphore) Trigger() error {
43 projectId, err := s.getProjectId()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected