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

Function getChild

server/server_test.go:1440–1445  ·  view source on GitHub ↗
(name, schoolID string)

Source from the content-addressed store, hash-verified

1438}
1439
1440func getChild(name, schoolID string) map[string]interface{} {
1441 return map[string]interface{}{
1442 "id": name,
1443 "school_id": schoolID,
1444 }
1445}
1446
1447func getParent(name, boyID, girlID string) map[string]interface{} {
1448 return map[string]interface{}{

Callers 1

server_test.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected