session

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: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Start

func Start()

Start 初始化邮件服务

Types

type ISession

type ISession interface {
	CheckIn(name string, secret string) (string, bool)
	Check(name string, token string) bool
	CheckOut(name string, token string) bool
}

ISession 会话接口

var Actions ISession

Actions 管理

type Item

type Item struct {
	Rowid    string
	Name     string
	Created  string
	Modified string
}

Item 项

Jump to

Keyboard shortcuts

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