Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + type Constraint struct + Expression string + Fields []string + Message string + Type ConstraintType + type ConstraintBlock struct + Constraints []Constraint + Protocol string + func NewBlock(protocol string) *ConstraintBlock + func (cb *ConstraintBlock) AddArithmetic(expr string, fields []string) *ConstraintBlock + func (cb *ConstraintBlock) AddReference(expr string, fields []string) *ConstraintBlock + func (cb *ConstraintBlock) Describe() string + func (cb *ConstraintBlock) Validate(values map[string]int64) []error + type ConstraintType string + const Arithmetic + const Custom + const Range + const Reference