app

package
v0.0.0-...-c56127d Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2021 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	ProxyList           []string
	SpamList            []string
	VPNList             []string
	DCList              []string
	EmailDisposalList   []string
	EmailFreeList       []string
	Logger              logrus.FieldLogger
	Reporter            ops.ErrorReporter
	Config              config.Config
	ProxyStore          data.ProxyStore
	VpnStore            data.VpnStore
	DisableStore        data.DisposableStore
	SpamStore           data.SpamStore
	SpamEmailStore      data.SpamEmailStore
	TorStore            data.TorStore
	FreeEmailStore      data.FreeEmailStore
	ProxyGenerator      *proxy.ProxyGenerator
	VPNGenerator        *vpn.VPN
	DisposableGenerator *disposable.Disposable
	SpamGenerator       *spam.Spam
	SpamEmailGenerator  *spamemail.SpamEmail
	TorGenerator        *tor.Tor
	FreeEmailGenerator  *free.Free
	Maxmind             *ip.Maxmind
	PwnedKey            string
}

func NewApp

func NewApp(cfg config.Config, logger logrus.FieldLogger) (*App, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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