(networkColor, subnetColor string)
| 1468 | } |
| 1469 | |
| 1470 | func getSubnetFullSingularURL(networkColor, subnetColor string) string { |
| 1471 | return getSubnetFullPluralURL(networkColor) + "/subnet" + subnetColor |
| 1472 | } |
| 1473 | |
| 1474 | func getSubnetFullPluralURL(networkColor string) string { |
| 1475 | s, _ := schema.GetManager().Schema("network") |
no test coverage detected