Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JSONMarshalUnescaped ¶
JSONMarshalUnescaped does what json.Marshal does without escaping &, <, >.
Types ¶
type Config ¶
type Config struct {
URLs []string `json:"urls"`
Targets []*target `json:"targets"`
Output *output `json:"output"`
// contains filtered or unexported fields
}
Config holds information from config file.
Click to show internal directories.
Click to hide internal directories.