Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RespondHTMLError ¶
func RespondHTMLError(w http.ResponseWriter, title, details string) (int, error)
RespondHTMLError отправляет ошибку в виде HTML с meta-тегами
func RespondWithErrorMessage ¶
func RespondWithErrorMessage(w http.ResponseWriter, statusCode int, message string) error
RespondWithErrorMessage отправляет ответ с сообщением об ошибке. Обычно используется с кодами 4XX/5XX.
func RespondWithPayload ¶
func RespondWithPayload(w http.ResponseWriter, code int, payload interface{}) error
RespondWithPayload отправляет ответ с полезной нагрузкой
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.