structured

package
v1.32.0 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2019 License: BSD-2-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Session

type Session interface {
	io.Closer

	Get(ctx context.Context, userID string, condition *request.Condition) (*profile.Profile, error)
	Delete(ctx context.Context, userID string, condition *request.Condition) (bool, error)
	Destroy(ctx context.Context, userID string, condition *request.Condition) (bool, error)
}

type Store

type Store interface {
	NewSession() Session
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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