mail

package
v0.0.0-...-230e7c6 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Start

func Start()

Start 初始化邮件服务

Types

type IMail

type IMail interface {
	Save(item *Item) string
	Peek(module string, receiver string) string
	Receive(module string, receiver string) (string, string)
	Remove(rowid string) bool
}

IMail 接口

var Actions IMail

Actions 消息服务

type Item

type Item struct {
	Rowid    string
	Module   string
	Sender   string
	Receiver string
	Data     string
}

Item 项

Jump to

Keyboard shortcuts

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