config

package
v0.0.41 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EmailSenderSetting added in v0.0.5

type EmailSenderSetting struct {
	Host     string `json:"host" yaml:"host"`
	Port     int    `json:"port" yaml:"port"`
	AuthUser string `json:"authUser" yaml:"authUser"`
	AuthPass string `json:"authPass" yaml:"authPass"`
	From     string `json:"from" yaml:"from"`
}

type EmailSetting

type EmailSetting struct {
	Enabled bool                `json:"enabled" yaml:"enabled"`
	Sender  *EmailSenderSetting `json:"sender" yaml:"sender"`
}
var Setting *EmailSetting = &EmailSetting{
	Enabled: false,
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL