Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gun ¶
type Gun struct {
// contains filtered or unexported fields
}
func (*Gun) Bind ¶
func (l *Gun) Bind(aggregator core.Aggregator)
type Provider ¶
type Provider struct { ProviderConfig // contains filtered or unexported fields }
func NewProvider ¶
func NewProvider(conf ProviderConfig) *Provider
type ProviderConfig ¶
type ProviderConfig struct {
AmmoLimit int `config:"limit"`
}
func NewDefaultProviderConfig ¶
func NewDefaultProviderConfig() ProviderConfig
Click to show internal directories.
Click to hide internal directories.