added stuff

This commit is contained in:
2024-05-21 21:59:38 +03:00
parent cbe0d7934b
commit a6a63805e4
4 changed files with 236 additions and 236 deletions

View File

@@ -1,14 +1,14 @@
package models
type EmailConfig struct {
FromEmail string
Username string
Password string
Server string
}
type GlobalConfig struct {
Email EmailConfig
Key string
Algorithm string
}
package models
type EmailConfig struct {
FromEmail string
Username string
Password string
Server string
}
type GlobalConfig struct {
Email EmailConfig
Key string
Algorithm string
}