remove email scrape
This commit is contained in:
@@ -3,7 +3,6 @@ package config
|
||||
import (
|
||||
"encoding/json"
|
||||
"io/ioutil"
|
||||
"local/sandbox/contact/contact"
|
||||
"local/storage"
|
||||
"os"
|
||||
"sync"
|
||||
@@ -12,7 +11,7 @@ import (
|
||||
type Config struct {
|
||||
Name string
|
||||
Interval struct {
|
||||
Email Duration
|
||||
Input Duration
|
||||
OK Duration
|
||||
Error Duration
|
||||
}
|
||||
@@ -40,8 +39,6 @@ type Config struct {
|
||||
Password string
|
||||
}
|
||||
}
|
||||
Emailer contact.Emailer
|
||||
EmailerEnabled bool
|
||||
|
||||
lock sync.Mutex
|
||||
db storage.DB
|
||||
|
||||
Reference in New Issue
Block a user