(name, boyID, girlID string)
| 1445 | } |
| 1446 | |
| 1447 | func getParent(name, boyID, girlID string) map[string]interface{} { |
| 1448 | return map[string]interface{}{ |
| 1449 | "id": "parent" + name, |
| 1450 | "boy_id": boyID, |
| 1451 | "girl_id": girlID, |
| 1452 | } |
| 1453 | } |
| 1454 | |
| 1455 | func getNetworkSingularURL(color string) string { |
| 1456 | s, _ := schema.GetManager().Schema("network") |