Versions in this module Expand all Collapse all v0 v0.20.0 Jun 24, 2015 Changes in this version + type Constraint struct + Field string + Operator OperatorType + Value string + func (c *Constraint) MarshalJSON() ([]byte, error) + func (c *Constraint) UnmarshalJSON(buf []byte) (err error) + type OperatorType int + const ClusterOperator + const GroupByOperator + const LikeOperator + const UniqueOperator + const UnlikeOperator + func (t OperatorType) String() string