context

package
v0.0.0-...-e4bb11d Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2016 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Context

type Context interface {
	GetOrder() string
	GetGroup() string
	GetLimit() int
	GetSkip() int
	GetTx() interface{}

	SetOrder(string) Context
	SetGroup(string) Context
	SetLimit(int) Context
	SetSkip(int) Context
	SetTx(interface{}) Context
}

Context is for representing querying context. It is required for implementation of orderby, groupby, limit and skip.

Jump to

Keyboard shortcuts

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