x

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MANIFEST

type MANIFEST struct {
	Name        string `json:"name" xml:"name"`
	Version     string `json:"version" xml:"version"`
	Author      string `json:"author" xml:"author"`
	Description string `json:"description" xml:"description"`

	Routers urls.Routes `json:"routers" xml:"routers"`

	Templates []string `json:"templates" xml:"templates"`

	Static []*Static `json:"static" xml:"static"`
}

type Static

type Static struct {
	Name   string
	Folder string
	Path   embed.FS
}

Jump to

Keyboard shortcuts

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