Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Settings ¶
type Settings struct {
Token string
Target string
TargetType TargetType
ShowSource bool
Refresh bool
MaxRepoSize int
ExcludedRepos []string
JsonOutput string
Silent bool
DeepScan bool
MaxDistance int
PrintAvatar bool
SpoofEmail bool
Trufflehog bool
// Internal
Client *github.Client
Logger *log.Logger
Ctx context.Context
}
func GetDefaultSettings ¶ added in v1.2.2
func GetDefaultSettings() Settings
func GetSettings ¶
type TargetType ¶
type TargetType string
const ( TargetUsername TargetType = "Username" TargetEmail TargetType = "Email" )
Click to show internal directories.
Click to hide internal directories.