Versions in this module Expand all Collapse all v1 v1.3.1 Mar 5, 2019 v1.3.0 Mar 14, 2018 Changes in this version + func PutDataCell(cell DataCell) + func PutFileCell(cell FileCell) + type DataCell map[string]interface + func GetDataCell(ruleName string, data map[string]interface{}, url string, parentUrl string, ...) DataCell + type FileCell map[string]interface + func GetFileCell(ruleName, name string, bytes []byte) FileCell