add note about interface
This commit is contained in:
parent
af1b664274
commit
2b5095b0b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue