views

package
v0.0.0-...-6786e79 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RepositoryConfig

type RepositoryConfig struct {
	Type        string                 `json:"type"`
	Description string                 `json:"description"`
	Options     []RepositoryConfigOpts `json:"options"`
}

func NewRepositoryConfigs

func NewRepositoryConfigs() ([]RepositoryConfig, error)

type RepositoryConfigOpts

type RepositoryConfigOpts struct {
	Name        string `json:"name"`
	Label       string `json:"label"`
	Type        string `json:"type"`
	Placeholder string `json:"placeholder"`
}

type Template

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

func Must

func Must(t Template, err error) Template

func ParseFS

func ParseFS(fs fs.FS, patterns ...string) (Template, error)

func (Template) Execute

func (t Template) Execute(w http.ResponseWriter, r *http.Request, data interface{}, errs ...error)

Jump to

Keyboard shortcuts

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