package
Version:
v0.0.0-...-ce4d510
Opens a new window with list of versions in this module.
Published: Aug 31, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
StatusSuccess = "success"
StatusError = "error"
)
type Response struct {
Status string `json:"status"`
Error string `json:"error,omitempty"`
}
func ValidationError(errs validator.ValidationErrors) Response
Source Files
¶
Click to show internal directories.
Click to hide internal directories.