1
1
mirror of https://github.com/openziti/zrok.git synced 2025-06-24 11:41:25 +02:00
2023-03-27 15:29:25 -04:00

10 lines
137 B
Go

package emailUi
type Config struct {
Host string
Port int
Username string
Password string `cf:"+secret"`
From string
}