(fieldName string, f *api.Facet)
| 1336 | } |
| 1337 | |
| 1338 | func facetName(fieldName string, f *api.Facet) string { |
| 1339 | if f.Alias != "" { |
| 1340 | return f.Alias |
| 1341 | } |
| 1342 | return fieldName + x.FacetDelimiter + f.Key |
| 1343 | } |
| 1344 | |
| 1345 | // This method gets the values and children for a subprotos. |
| 1346 | func (sg *SubGraph) preTraverse(enc *encoder, uid uint64, dst fastJsonNode) error { |