in gdbclient/internal/graphsonv3/graphreader.go [89:107]
func init() {
resultRouterMap = map[string]getResultHandler{
gTypeInt8: getInt8,
gTypeInt32: getInt32,
gTypeInt64: getInt64,
gTypeFloat: getFloat,
gTypeDouble: getDouble,
gTypeT: getT,
gTypeList: getList,
gTypeMap: getMap,
gTypeSet: getSet,
gTypeBulkSet: getBulkSet,
gTypeVertex: getVertex,
gTypeEdge: getEdge,
gTypeVertexProperty: getVertexProperty,
gTypeProperty: getProperty,
gTypePath: getPath,
}
}