lognotice

package
v0.0.0-...-15aa785 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

错误日志通知返回具体实例

Types

type Email

type Email struct {
	Receiver string `mapstructure:"receiver" validate:"required"` // 邮件接收人
	Sender   string `mapstructure:"sender" validate:"required"`   // 邮件发送人
	Host     string `mapstructure:"host" validate:"required"`     // 邮件主机
	Pwd      string `mapstructure:"pwd" validate:"required"`      // 发件人密码
	Port     int    `mapstructure:"port" validate:"required"`     // 邮件端口
}

Jump to

Keyboard shortcuts

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