configparser

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 8, 2023 License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	RunConfig struct {
		Domains        []string `yaml:"domains"`
		SlackWebhook   string   `yaml:"slack"`
		DiscordWebhook string   `yaml:"discord"`
		RunType        string   `yaml:"runType"`
		ActiveWordlist string   `yaml:"activeWordList"`
		ActiveThreads  int      `yaml:"activeThreads"`
	} `yaml:"runConfig"`
}

func ParseConfig

func ParseConfig() Config

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL