Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var AssetPaths = map[string]string{
"all.min.css": "/dist/css/all.min.79250b7051.css",
"all.min.js": "/dist/js/all.min.8425540791.js",
"all_2.min.js": "/dist/js/all_2.min.38a2a946b0.js",
"datatable.min.js": "/dist/js/datatable.min.581cdc109b.js",
"form.min.js": "/dist/js/form.min.f8678914e9.js",
"html5shiv.min.js": "/dist/js/html5shiv.min.js",
"respond.min.js": "/dist/js/respond.min.js",
"tree.min.js": "/dist/js/tree.min.e1faf8b7de.js",
"treeview.min.js": "/dist/js/treeview.min.7780d3bb0f.js",
}
var AssetsList = []string{
"/dist/css/all.min.79250b7051.css",
"/dist/css/blue.png",
"/dist/css/blue@2x.png",
"/dist/css/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf",
"/dist/css/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdr.ttf",
"/dist/css/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdr.ttf",
"/dist/css/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdr.ttf",
"/dist/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDc.ttf",
"/dist/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCds18E.ttf",
"/dist/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkids18E.ttf",
"/dist/fonts/FontAwesome.otf",
"/dist/fonts/fontawesome-webfont.eot",
"/dist/fonts/fontawesome-webfont.svg",
"/dist/fonts/fontawesome-webfont.ttf",
"/dist/fonts/fontawesome-webfont.woff",
"/dist/fonts/fontawesome-webfont.woff2",
"/dist/fonts/glyphicons-halflings-regular.eot",
"/dist/fonts/glyphicons-halflings-regular.svg",
"/dist/fonts/glyphicons-halflings-regular.ttf",
"/dist/fonts/glyphicons-halflings-regular.woff",
"/dist/fonts/glyphicons-halflings-regular.woff2",
"/dist/fonts/ionicons.ttf",
"/dist/fonts/ionicons.woff",
"/dist/img/avatar04.png",
"/dist/img/clear.png",
"/dist/img/loading.gif",
"/dist/img/plugin_default.png",
"/dist/img/plugin_more.png",
"/dist/img/sprite-skin-nice.png",
"/dist/img/ui-icons_444444_256x240.png",
"/dist/img/ui-icons_555555_256x240.png",
"/dist/img/ui-icons_777620_256x240.png",
"/dist/img/ui-icons_777777_256x240.png",
"/dist/img/ui-icons_cc0000_256x240.png",
"/dist/img/ui-icons_ffffff_256x240.png",
"/dist/js/all.min.8425540791.js",
"/dist/js/all_2.min.38a2a946b0.js",
"/dist/js/datatable.min.581cdc109b.js",
"/dist/js/form.min.f8678914e9.js",
"/dist/js/html5shiv.min.js",
"/dist/js/respond.min.js",
"/dist/js/tree.min.e1faf8b7de.js",
"/dist/js/treeview.min.7780d3bb0f.js",
}
Functions ¶
func Asset ¶
Asset loads and returns the asset for the given name. It returns an error if the asset could not be found or could not be loaded.
func AssetDir ¶
AssetDir returns the file names below a certain directory embedded in the file by go-bindata. For example if you run go-bindata on data/... and data contains the following hierarchy:
data/ foo.txt img/ a.png b.png
then AssetDir("data") would return []string{"foo.txt", "img"} AssetDir("data/img") would return []string{"a.png", "b.png"} AssetDir("foo.txt") and AssetDir("notexist") would return an error AssetDir("") will return []string{"data"}.
func AssetInfo ¶
AssetInfo loads and returns the asset info for the given name. It returns an error if the asset could not be found or could not be loaded.
func MustAsset ¶
MustAsset is like Asset but panics when Asset would return an error. It simplifies safe initialization of global variables.
func RestoreAsset ¶
RestoreAsset restores an asset under the given directory
func RestoreAssets ¶
RestoreAssets restores an asset under the given directory recursively
Types ¶
This section is empty.