Add ftp credentials to domain types

This commit is contained in:
Dustin Pianalto
2021-02-22 23:24:19 -09:00
parent 8c281fe9ce
commit 4f8dfd0499
2 changed files with 11 additions and 3 deletions
+3
View File
@@ -11,6 +11,9 @@ type Server struct {
InfoChannel *Channel
InfoMessage *Message
SettingsMessage *Message
FTPPort int
FTPUser string
FTPPass string
}
type ServerService interface {