(host string, space *spaces.Space)
| 111 | } |
| 112 | |
| 113 | func generateWebUrl(host string, space *spaces.Space) string { |
| 114 | link := strings.Split(space.Links["Web"], "/app#/") |
| 115 | webLink := "/app#/configuration/" + link[1] |
| 116 | return host + webLink |
| 117 | } |
| 118 | |
| 119 | func formatSpaceForBasic(host string, space *spaces.Space) string { |
| 120 | var result strings.Builder |
no outgoing calls
no test coverage detected