We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8ff70 commit 740c6a2Copy full SHA for 740c6a2
services/auth/source/db/source.go
@@ -18,7 +18,7 @@ func (source *Source) FromDB(bs []byte) error {
18
return nil
19
}
20
21
-// ToDB exports an SMTPConfig to a serialized format.
+// ToDB exports the config to a byte slice to be saved into database (this method is just dummy and does nothing for DB source)
22
func (source *Source) ToDB() ([]byte, error) {
23
return nil, nil
24
0 commit comments