moved stuff around
This commit is contained in:
14
models/config.go
Normal file
14
models/config.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package models
|
||||
|
||||
type EmailConfig struct {
|
||||
FromEmail string
|
||||
Username string
|
||||
Password string
|
||||
Server string
|
||||
}
|
||||
|
||||
type GlobalConfig struct {
|
||||
Email EmailConfig
|
||||
Key string
|
||||
Algorithm string
|
||||
}
|
@@ -25,6 +25,7 @@ type FileBrowserInfo struct {
|
||||
Id string
|
||||
OwnerId string
|
||||
ConnectedTo ServerInfo
|
||||
Url string
|
||||
}
|
||||
|
||||
type ServerData struct {
|
||||
|
Reference in New Issue
Block a user