Versions in this module Expand all Collapse all v1 v1.0.0 Jul 17, 2018 Changes in this version + func RegisterGoCallback(name string, callback GoCallback) + type Environment struct + func NewEnvironment() *Environment + func (env *Environment) Clone() ext.Environment + func (env *Environment) HandleEvent(event string, context map[string]interface{}) (err error) + func (env *Environment) IsEventHandled(event string, context map[string]interface{}) bool + func (env *Environment) Load(source, code string) error + func (env *Environment) LoadExtensionsForPath(extensions []*schema.Extension, timeLimit time.Duration, ...) error + func (env *Environment) SetUp() + type GoCallback func(event string, context map[string]interface{}) error + func GetGoCallback(name string) GoCallback