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

Function getSchool

server/server_test.go:1432–1438  ·  view source on GitHub ↗
(name, cityID string)

Source from the content-addressed store, hash-verified

1430}
1431
1432func getSchool(name, cityID string) map[string]interface{} {
1433 return map[string]interface{}{
1434 "id": "school" + name,
1435 "name": "School" + name,
1436 "city_id": cityID,
1437 }
1438}
1439
1440func getChild(name, schoolID string) map[string]interface{} {
1441 return map[string]interface{}{

Callers 1

server_test.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected