Versions in this module Expand all Collapse all v0 v0.2.0 Feb 28, 2017 v0.1.3 Feb 9, 2017 v0.1.2 Jan 27, 2017 Changes in this version + type Data map[string]interface + func (d Data) AsMap() map[string]interface{} + func (d Data) Delete(key string) + func (d Data) Get(key string) interface{} + func (d Data) Has(key string) (interface{}, bool) + func (d Data) Set(key string, value interface{})