mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-24 00:56:39 +00:00
perf: apply fieldalignement (#1284)
This commit is contained in:
@@ -29,16 +29,15 @@ var (
|
||||
)
|
||||
|
||||
type ParsedConfig struct {
|
||||
orig *config.Config
|
||||
|
||||
Bots []Bot
|
||||
Thresholds []*Threshold
|
||||
DNSBL bool
|
||||
Store store.Interface
|
||||
orig *config.Config
|
||||
Impressum *config.Impressum
|
||||
OpenGraph config.OpenGraph
|
||||
DefaultDifficulty int
|
||||
Bots []Bot
|
||||
Thresholds []*Threshold
|
||||
StatusCodes config.StatusCodes
|
||||
Store store.Interface
|
||||
DefaultDifficulty int
|
||||
DNSBL bool
|
||||
}
|
||||
|
||||
func newParsedConfig(orig *config.Config) *ParsedConfig {
|
||||
|
||||
Reference in New Issue
Block a user