serve

package
v0.0.15 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2024 License: MIT Imports: 35 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(cmdCtx command.Context) error

Types

type AnsErrCount

type AnsErrCount struct {
	AnsErrs []string
	Count   int
}

type ResultTable added in v0.0.11

type ResultTable struct {
	FilledFormURL       string
	Rows                []Row
	TraceIDTemplateArgs TraceIDTemplateArgs
	TableYAML           string
}

type Row

type Row struct {
	Columns      []TdData
	AnsErrCounts []AnsErrCount
}

type TdData

type TdData struct {
	Content string
	Rowspan int
}

type Template

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

func (*Template) Render

func (t *Template) Render(w io.Writer, name string, data interface{}, c echo.Context) error

type TraceIDTemplateArgs added in v0.0.12

type TraceIDTemplateArgs struct {
	TraceID string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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