| 25 | } |
| 26 | |
| 27 | type SelfHosted struct { |
| 28 | *SelfHostedData |
| 29 | Client *sling.Sling |
| 30 | } |
| 31 | |
| 32 | func (g *SelfHosted) Trigger() error { |
| 33 | resp, err := g.Client.New().Post("/trigger").ReceiveSuccess(nil) |
nothing calls this directly
no outgoing calls
no test coverage detected