MCPcopy Create free account
hub / github.com/cloudwan/gohan / getServerSingularURL

Function getServerSingularURL

server/server_test.go:1460–1463  ·  view source on GitHub ↗
(color string)

Source from the content-addressed store, hash-verified

1458}
1459
1460func getServerSingularURL(color string) string {
1461 s, _ := schema.GetManager().Schema("server")
1462 return baseURL + s.URL + "/server" + color
1463}
1464
1465func getSubnetSingularURL(color string) string {
1466 s, _ := schema.GetManager().Schema("subnet")

Callers 1

server_test.goFile · 0.85

Calls 1

SchemaMethod · 0.65

Tested by

no test coverage detected