handlers

package
v0.5.12 Latest Latest
Warning

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

Go to latest
Published: May 14, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateTableProcessorWithOutput

func CreateTableProcessorWithOutput(parsedLayers *layers.ParsedLayers, outputType string, tableFormat string) (*middlewares.TableProcessor, error)

Types

type Handler

type Handler interface {
	Handle(c echo.Context) error
}

Handler wraps the normal handle method to allow rendering into a different writer, so that we can provide file downloads.

TODO(manuel, 2024-05-07) I don't think we actually need this

type UnsupportedCommandError added in v0.4.15

type UnsupportedCommandError struct {
	Command cmds.Command
}

func (*UnsupportedCommandError) Error added in v0.4.15

func (e *UnsupportedCommandError) Error() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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