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
func (*UnsupportedCommandError) Error ¶ added in v0.4.15
func (e *UnsupportedCommandError) Error() string
Click to show internal directories.
Click to hide internal directories.