Documentation ¶
Index ¶
- type Classifier
- type Task
- func (t *Task) Cleanup()
- func (t *Task) FormatEmail() (str string, err error)
- func (t *Task) OutputHTML() (str string, err error)
- func (t *Task) OutputJSON(pretty bool) (str string, err error)
- func (t *Task) OutputPDF() (blob []byte, err error)
- func (t *Task) OutputPDFToFile(filename string) (err error)
- func (t *Task) Parse(site string) (err error)
- func (t *Task) Start() (err error)
- func (t *Task) Version() (*godet.Version, error)
- type TaskConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Classifier ¶
type Classifier struct {
// contains filtered or unexported fields
}
func NewClassifier ¶
func NewClassifier(dsn string) (c *Classifier, err error)
func (*Classifier) GetCookieDetail ¶
func (c *Classifier) GetCookieDetail(name string) (cookieType string, cookieDesc string, err error)
type Task ¶
type Task struct {
// contains filtered or unexported fields
}
func NewTask ¶
func NewTask(tc *TaskConfig) *Task
func (*Task) FormatEmail ¶
func (*Task) OutputHTML ¶
func (*Task) OutputPDFToFile ¶
Click to show internal directories.
Click to hide internal directories.