assets

package
v0.62.0 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	IndexHTMLDiffDataJSONMarker = "__diffdata_json__"
)
View Source
const (
	IndexHTMLPath = "templates/index.html"
)

Variables

View Source
var Files = map[string]File{
	"assets/all.js": File{
		Name:    "assets/all.js",
		Content: jqueryJS + mainJS,
	},
	"assets/all.css": File{
		Name:    "assets/all.css",
		Content: mainCSS,
	},
	IndexHTMLPath: File{
		Name:    IndexHTMLPath,
		Content: indexHTML,
	},
}

Functions

This section is empty.

Types

type File

type File struct {
	Name    string `json:"name"`
	Content string `json:"content"`
}

Jump to

Keyboard shortcuts

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