Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { File string //`validate:"required"` // Limit limits total num of ammo. Unlimited if zero. Limit int `validate:"min=0"` // Passes limits ammo file passes. Unlimited if zero. Passes int `validate:"min=0"` ContinueOnError bool //Maximum number of byte in an ammo. Default is bufio.MaxScanTokenSize MaxAmmoSize int Source Source `config:"source"` ChosenCases []string }
Click to show internal directories.
Click to hide internal directories.