Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 DefaultProviderConfig ¶ added in v0.3.0
func DefaultProviderConfig() ProviderConfig
Click to show internal directories.
Click to hide internal directories.