Versions in this module Expand all Collapse all v0 v0.1.2 Jan 20, 2016 v0.1.1 Jan 19, 2016 Changes in this version + var AmmoProviders = &ammoProviderExt + var Guns = &gunExt + var Limiters = &limiterExt + var ResultListeners = &resultListenerExt + func RegisterExtension(extension interface{}, name string) []string + func UnregisterExtension(name string) []string + type AmmoProvider func(*config.AmmoProvider) (ammo.Provider, error) + type Gun func(*config.Gun) (gun.Gun, error) + type Limiter func(*config.Limiter) (limiter.Limiter, error) + type ResultListener func(*config.ResultListener) (aggregate.ResultListener, error)