handler

package
v0.9.3 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler struct {
	ErrorStatusCode *int
	// contains filtered or unexported fields
}

func New

func New(output *structology.StateType, outputType *state.Type) *Handler

New creates a new reader handler

func (*Handler) Handle

func (h *Handler) Handle(ctx context.Context, aView *view.View, aSession *session.Session, opts ...reader.Option) *Response

type Response

type Response struct {
	Reader     *reader.Output
	Output     interface{}
	OutputType reflect.Type
	Status     *response.Status
	Metrics    response.Metrics
	StatusCode int
	Error      error
	http.Header
}

Response reader handler response

func (*Response) SetError

func (r *Response) SetError(err error, statusCode int)

Jump to

Keyboard shortcuts

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