forms

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 30, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListForm added in v0.3.0

type ListForm struct {
	Route   string
	Error   string
	Count   uint
	Objects []string
}

type MultiResultForm added in v0.2.0

type MultiResultForm struct {
	Route   string
	Error   error
	Results map[string][]string
}

type ObjectForm

type ObjectForm struct {
	Object string
}

type ReplaceForm

type ReplaceForm struct {
	Object  string
	Regex   string
	Mapping string
}

type ResultForm

type ResultForm struct {
	Route   string
	Error   string
	Results []string
}

type SearchForm

type SearchForm struct {
	Object string
	Regex  string
}

Jump to

Keyboard shortcuts

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