web

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 26, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrResp

type ErrResp struct {
	Error  string       `json:"error"`
	Fields []FieldError `json:"fields,omitempty"`
}

ErrResp is a response in case of an error

type FieldError

type FieldError struct {
	Field string `json:"field"`
	Error string `json:"error"`
}

FieldError represents error in a struct field

func Validate

func Validate(val any) ([]FieldError, error)

Validate shows validation errors for each invalid field

type TokenResp

type TokenResp struct {
	AccessToken string `json:"accessToken"`
}

TokenResp describes response with JWT

type ValidationError

type ValidationError struct {
	Err    error
	Fields []FieldError
}

ValidationError adds information to request error

func (*ValidationError) Error

func (e *ValidationError) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL