Versions in this module Expand all Collapse all v2 v2.3.0 Sep 19, 2025 v2.2.1 Sep 19, 2025 v2.2.0 Sep 11, 2025 v2.1.2 Aug 22, 2025 v2.1.1 Feb 27, 2025 v2.1.0 Feb 21, 2025 v2.0.0 May 22, 2024 Changes in this version + type Addition struct + A int + B int + func NewAddition() *Addition + func (this *Addition) Bind(request *http.Request) error + func (this *Addition) Reset() + func (this *Addition) Validate(errors []error) (count int) + type Subtraction struct + A int + B int + func NewSubtraction() *Subtraction + func (this *Subtraction) Reset() + func (this *Subtraction) Validate(errors []error) (count int)