hunter

package
v0.0.0-...-f30fbad Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2016 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Conf = &Config{}
View Source
var Logger zap.Logger

Functions

func AdvanceFilter

func AdvanceFilter(s string, suffixLen int) (bool, int)

func BaseFilter

func BaseFilter(s string) (bool, int)

func CharsPass

func CharsPass(s string, suffixLen int) bool

func DelimPass

func DelimPass(s string) bool

func InitLogger

func InitLogger(lp string, lv string, isDebug bool)

func LenPass

func LenPass(s string, suffixLen int) bool

func OccurCharLimit

func OccurCharLimit(s string, suffixLen int) (bool, int)

func SuffixTypePass

func SuffixTypePass(s string) bool

Types

type Config

type Config struct {
	Common struct {
		Version  string
		IsDebug  bool `yaml:"debug"`
		LogPath  string
		LogLevel string
	}

	Hunter struct {
		IsDaemon bool
		PullTime int
		Date     string
		OutPath  string
	}

	BaseFilter struct {
		SuffixType   string
		MaxLen       int
		ExcludeDelim bool
		CharType     int
	}

	AdvFilter struct {
		OccurChars int
	}
}

type Hunter

type Hunter struct {
	Date      string
	ExcelName string
	Excel     *xlsx.File
	Out       *os.File
}

func New

func New() *Hunter

func (*Hunter) DownLoad

func (h *Hunter) DownLoad()

func (*Hunter) Filter

func (h *Hunter) Filter()

func (*Hunter) SetExcel

func (h *Hunter) SetExcel()

func (*Hunter) SetOut

func (h *Hunter) SetOut()

func (*Hunter) Start

func (h *Hunter) Start()

Jump to

Keyboard shortcuts

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