mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 16:13:47 +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
|
||
|
}
|