Versions in this module Expand all Collapse all v1 v1.1.0 Jun 26, 2026 v1.0.0 Apr 29, 2026 Changes in this version + type ErrResp struct + Error string + Fields []FieldError + type FieldError struct + Error string + Field string + func Validate(val any) ([]FieldError, error) + type TokenResp struct + AccessToken string + type ValidationError struct + Err error + Fields []FieldError + func (e *ValidationError) Error() string