http

package
v2.3.38 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CodeToHttp

func CodeToHttp(c code.Code) int

func GetTranslate

func GetTranslate(c *gin.Context) string

func Response

func Response(c *gin.Context, err error)

Types

type ErrorResponse added in v2.3.0

type ErrorResponse struct {
	Code   int             `json:"-"`
	ID     string          `json:"id"`
	Text   string          `json:"text"`
	Errors []ValidateError `json:"errors,omitempty"`
}

func UnwrapError added in v2.3.0

func UnwrapError(c *gin.Context, err error, lang string) ErrorResponse

type ValidateError

type ValidateError struct {
	Column string `json:"column"`
	Error  string `json:"error"`
}

Jump to

Keyboard shortcuts

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