add note about interface

This commit is contained in:
Aine 2022-09-06 22:03:10 +03:00
parent af1b664274
commit 2b5095b0b2
No known key found for this signature in database
GPG key ID: 34969C908CCA2804

View file

@ -10,7 +10,7 @@ import (
"gitlab.com/etke.cc/go/logger"
)
// msa is mail submission agent
// msa is mail submission agent, implements smtp.Backend
type msa struct {
log *logger.Logger
domain string