util

package
v0.0.0-...-93fed14 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2024 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WriteError

func WriteError(err error, w http.ResponseWriter)

WriteError converts an error to an JSON error response. If it is known internal error of type server.Error then it sets the messages from the error, a generic message otherwise

func WriteErrorResponse

func WriteErrorResponse(errMsg string, httpStatus int, w http.ResponseWriter)

WriteErrorResponse prepares and writes an error response i nJSON

func WriteJSONObject

func WriteJSONObject(w http.ResponseWriter, obj interface{})

WriteJSONObject simply writes object to the HTTP response in JSON format

Types

type Duration

type Duration struct {
	time.Duration
}

Duration is used strictly for JSON requests/responses due to duration marshalling issues

func (Duration) MarshalJSON

func (d Duration) MarshalJSON() ([]byte, error)

MarshalJSON marshals the duration

func (*Duration) UnmarshalJSON

func (d *Duration) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the duration

type ErrorResponse

type ErrorResponse struct {
	Message string `json:"message"`
	Code    int    `json:"code"`
}

Jump to

Keyboard shortcuts

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