Versions in this module Expand all Collapse all v0 v0.0.1 Jan 24, 2016 Changes in this version + func PrintStruct(something interface{}) + type Context struct + func NewSummer() *Context + func (ctx *Context) Add(beans ...interface{}) + func (ctx *Context) AddWithName(beanName string, bean interface{}) bool + func (ctx *Context) Autowiring(callback func(err bool)) chan bool + func (ctx *Context) Each(callback func(data interface{})) int + func (ctx *Context) ForEach(intf interface{}, callback func(data interface{})) int + func (ctx *Context) Get(intf interface{}) interface{} + func (ctx *Context) GetByName(beanName string) interface{} + type Summerized interface + PostSummerConstruct func()