Versions in this module Expand all Collapse all v0 v0.2.1 Mar 7, 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{})