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