Versions in this module Expand all Collapse all v1 v1.0.2 Nov 30, 2021 v1.0.1 Nov 30, 2021 Changes in this version + type ErrEndGreaterThanLength struct + EndIdx int + Length uint + func (err *ErrEndGreaterThanLength) Error() string + type ErrEndLessThanStart struct + EndIdx int + StartIdx int + func (err *ErrEndLessThanStart) Error() string + type ErrStartLessThanZero struct + StartIdx int + func (err *ErrStartLessThanZero) Error() string + type MultiError []error + func (mErr *MultiError) Add(errs ...error) *MultiError + func (mErr MultiError) Count() uint + func (mErr MultiError) Error() string + func (mErr MultiError) Filter(fn func(err error) bool) MultiError + func (mErr MultiError) MarshalJSON() ([]byte, error) + func (mErr MultiError) ReturnValue() error + func (mErr MultiError) Unwrap() error Other modules containing this package github.com/orangecms/converged-security-suite/v2