package
Version:
v0.1.6
Opens a new window with list of versions in this module.
Published: Dec 17, 2017
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Deferred() interface{}
Deferred fn
TODO: cleanup
Chan struct
func (c *Chan) Recv() interface{}
Recv a value
func (c *Chan) Send(value interface{}) interface{}
Send on the channel
type Mapper interface {
Set(key string, value interface{}) Mapper
JSON() map[string]interface{}
}
Mapper interface
Source Files
¶
Click to show internal directories.
Click to hide internal directories.