Marvin Humphrey created CLOWNFISH-56:
----------------------------------------
Summary: Map Clownfish composite types to Go host types
Key: CLOWNFISH-56
URL: https://issues.apache.org/jira/browse/CLOWNFISH-56
Project: Apache Lucy-Clownfish
Issue Type: Improvement
Components: Go
Reporter: Marvin Humphrey
Assignee: Marvin Humphrey
Fix For: 0.5.0
Native Clownfish types are cumbersome to deal with from Go. We already convert
clownfish.String to Go strings, both for func parameters and return values. We
should also make the following conversions:
{noformat}
* Blob -> []byte
* Vector -> []interface{}
* Hash -> map[string]interface{}
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)