Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatusCode ¶
type StatusCode int
const ( OK StatusCode = http.StatusOK Unknown StatusCode = http.StatusInternalServerError InternalServerError StatusCode = http.StatusInternalServerError BadRequest StatusCode = http.StatusBadRequest NotFound StatusCode = http.StatusNotFound )
func (StatusCode) String ¶
func (s StatusCode) String() string
Click to show internal directories.
Click to hide internal directories.