mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 16:54:23 +01:00
10 lines
137 B
Go
10 lines
137 B
Go
package emailUi
|
|
|
|
type Config struct {
|
|
Host string
|
|
Port int
|
|
Username string
|
|
Password string `cf:"+secret"`
|
|
From string
|
|
}
|