response

package
v0.0.0-...-fc1d3c0 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Builder

type Builder struct {
	// contains filtered or unexported fields
}

Builder helps construct consistent HTTP responses.

func New

func New(ctx echo.Context) *Builder

New instantiates a Builder for the provided request context.

func (*Builder) Build

func (b *Builder) Build() error

Build finalises and emits the HTTP response.

func (*Builder) WithData

func (b *Builder) WithData(data any) *Builder

WithData attaches a success payload.

func (*Builder) WithError

func (b *Builder) WithError(err error) *Builder

WithError records an error to be rendered.

func (*Builder) WithMeta

func (b *Builder) WithMeta(key string, value any) *Builder

WithMeta appends auxiliary metadata to the response.

func (*Builder) WithStatus

func (b *Builder) WithStatus(status int) *Builder

WithStatus overrides the response status code.

Jump to

Keyboard shortcuts

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