forked from Silverfish/proton-bridge
Other: Switch from liteapi to go-proton-api
This commit is contained in:
@ -20,8 +20,7 @@ package logging
|
||||
import "github.com/sirupsen/logrus"
|
||||
|
||||
// IMAPLogger implements the writer interface for Gluon IMAP logs.
|
||||
type IMAPLogger struct {
|
||||
}
|
||||
type IMAPLogger struct{}
|
||||
|
||||
func NewIMAPLogger() *IMAPLogger {
|
||||
return &IMAPLogger{}
|
||||
|
||||
Reference in New Issue
Block a user