| 34 | } |
| 35 | |
| 36 | type Semaphore struct { |
| 37 | data *SemaphoreData |
| 38 | client *sling.Sling |
| 39 | baseUrl string |
| 40 | } |
| 41 | |
| 42 | func (s *Semaphore) Trigger() error { |
| 43 | projectId, err := s.getProjectId() |
nothing calls this directly
no outgoing calls
no test coverage detected