package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Jul 20, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Documentation
¶
type Error struct {
Text string `json:"error"`
Code int `json:"-"`
}
Error represents a status error.
BadRequest returns a new bad request error.
Internal returns a new internal server error.
Error implement error interface.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.