package
Version:
v0.0.0-...-db1d7af
Opens a new window with list of versions in this module.
Published: Mar 1, 2014
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const TIMESTAMP_FORMAT = "2006-01-02T15:04:05+00:00"
func (a Array) Each(cb func(key, val interface{}))
func (a Array) Set(key, val interface{})
type Iterable interface {
Each(func(key, val interface{}))
}
type Map map[string]interface{}
func (m Map) Each(cb func(key, val interface{}))
func (m Map) Set(key, val interface{})
type Mutable interface {
Set(key, val interface{})
}
type Resource struct {
Metadata Map `json:"metadata"`
Entity Map `json:"entity"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.