Expose analyzer
This commit is contained in:
parent
7ddadf974a
commit
56634b6226
20 changed files with 2 additions and 2 deletions
|
|
@ -31,9 +31,9 @@ import (
|
|||
|
||||
"github.com/google/uuid"
|
||||
|
||||
"git.happydns.org/happyDeliver/internal/analyzer"
|
||||
"git.happydns.org/happyDeliver/internal/api"
|
||||
"git.happydns.org/happyDeliver/internal/config"
|
||||
"git.happydns.org/happyDeliver/pkg/analyzer"
|
||||
)
|
||||
|
||||
// RunAnalyzer runs the standalone email analyzer (from stdin)
|
||||
|
|
|
|||
|
|
@ -31,9 +31,9 @@ import (
|
|||
|
||||
"github.com/google/uuid"
|
||||
|
||||
"git.happydns.org/happyDeliver/internal/analyzer"
|
||||
"git.happydns.org/happyDeliver/internal/config"
|
||||
"git.happydns.org/happyDeliver/internal/storage"
|
||||
"git.happydns.org/happyDeliver/pkg/analyzer"
|
||||
)
|
||||
|
||||
// EmailReceiver handles incoming emails from the MTA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue