Versions in this module Expand all Collapse all v1 v1.8.2 Dec 3, 2019 Changes in this version + func HandlerToJSONEndpoint(h Handler) server.JSONEndpoint + type ErrorResponse struct + Message string + func NewErrorResponse(err error) *ErrorResponse + func (r *ErrorResponse) Error() string + func (r *ErrorResponse) Result() (int, interface{}, error) + func (r *ErrorResponse) WithStatus(status int) *ErrorResponse + type GizmoJSONResponse interface + Result func() (int, interface{}, error) + type Handler func(*http.Request) GizmoJSONResponse Other modules containing this package github.com/video-dev/video-transcoding-api/v2