remove email scrape

This commit is contained in:
Bel LaPointe
2022-01-11 22:23:57 -05:00
parent 6569631928
commit 5a4bcecac7
4 changed files with 6 additions and 53 deletions

View File

@@ -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