store

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2017 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Agent added in v1.2.0

type Agent interface {
	IsServer() bool
	UserID() string
}

type Session

type Session interface {
	IsClosed() bool
	Close()

	SetAgent(agent Agent)
}

type Store

type Store interface {
	IsClosed() bool
	Close()

	GetStatus() interface{}
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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