state

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2015 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MsgState

type MsgState struct {
	Msg   *message.Msg
	Extra map[string]interface{}
}

type SessionStore

type SessionStore interface {
	Set(path string, state *MsgState) error
	Get(path string) (*MsgState, error)
}

func NewFilestore

func NewFilestore(key, filename string) SessionStore

Jump to

Keyboard shortcuts

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