constraint

package
v0.4.1-0...-f267a5f Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2015 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Constraint

type Constraint struct {
	Field    string       // required
	Operator OperatorType // required
	Value    string       // optional
}

func (*Constraint) MarshalJSON

func (c *Constraint) MarshalJSON() ([]byte, error)

func (*Constraint) UnmarshalJSON

func (c *Constraint) UnmarshalJSON(buf []byte) (err error)

type OperatorType

type OperatorType int
const (
	UniqueOperator OperatorType = iota
	LikeOperator
	ClusterOperator
	GroupByOperator
	UnlikeOperator
)

func (OperatorType) String

func (t OperatorType) String() string

Jump to

Keyboard shortcuts

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