Other: Switch from liteapi to go-proton-api

This commit is contained in:
James Houlahan
2022-11-23 15:17:56 +01:00
parent e852c5a22f
commit ad1fb47b0d
52 changed files with 599 additions and 593 deletions

View File

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