mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 20:56:51 +00:00
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