Versions in this module Expand all Collapse all v1 v1.24.4 Aug 19, 2016 Changes in this version + var ErrMissingApplication = errors.New("App: Failed to found one or more applications.") + type Application interface + type ApplicationInitializer func() error + type Caller interface + Tag func() string + type Context interface + CallerTag func() string + type ID int + type Space interface + BindApp func(ID, Application) + GetApp func(ID) Application + HasApp func(ID) bool + Initialize func() error + InitializeApplication func(ApplicationInitializer) + func NewSpace() Space Incompatible versions in this module v3.50.2+incompatible Oct 29, 2018