homepage

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2019 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package asset provides the assets to a virtual filesystem.

Index

Constants

This section is empty.

Variables

View Source
var Homepage = func() http.FileSystem {
	fs := vfsgen۰FS{
		"/": &vfsgen۰DirInfo{
			name:    "/",
			modTime: time.Time{},
		},
		"/index.html": &vfsgen۰CompressedFileInfo{
			name:             "index.html",
			modTime:          time.Time{},
			uncompressedSize: 390,

			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x90\x41\x4b\xc4\x30\x10\x85\xef\xf9\x15\x43\xef\xee\xb0\x57\x19\x07\x16\x41\xec\x41\x28\x14\xf1\x9c\xba\xb3\x4d\x74\xb6\x29\xe9\x54\xf1\xdf\x4b\x9b\x7a\x11\xeb\x2d\x93\xf7\xbe\xc7\xe3\x51\xb0\xab\xb2\x73\x14\xc4\x9f\xd9\x01\x00\x90\x45\x53\xe1\x7b\x9d\x27\x93\x0c\x4f\x7e\xf0\xbd\x64\x68\xdb\x47\x38\x8d\x91\xb0\xc8\x8e\xb0\x20\x8e\xba\x74\xfe\x62\x47\xe1\xf8\x37\xd3\xd4\x84\xe1\xc8\x8e\x46\x7e\x11\x7d\x4d\x57\x01\x4b\x60\x41\x60\xcf\xde\x65\xe4\x76\xf1\x65\x51\xf9\xf0\x83\x81\xc6\xe1\x7d\xba\x5d\x05\x47\xb3\x6e\x45\x35\x32\x79\x08\x59\x2e\x77\xd5\xf4\xe9\xfb\x5e\xf2\xcd\x1c\xb1\xe2\xb6\x1c\xf0\x5c\x13\x7a\x26\xd4\xb8\x4f\xa0\x1f\xe3\x61\x7b\x1f\xde\xa6\x34\x54\x7c\x6a\x6a\xf8\x89\x78\x88\x2a\xff\x84\x8c\x39\x59\xea\xe6\xcb\x9a\xb2\x1e\x05\x6f\xb6\xff\x5f\x3c\xe1\x52\x9e\xb0\x4c\xb6\x6c\xb8\xce\xff\x1d\x00\x00\xff\xff\x8a\xf4\xc3\xa1\x86\x01\x00\x00"),
		},
	}
	fs["/"].(*vfsgen۰DirInfo).entries = []os.FileInfo{
		fs["/index.html"].(os.FileInfo),
	}

	return fs
}()

Homepage statically implements the virtual filesystem provided to vfsgen.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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