Documentation ¶
Overview ¶
Code generated by go-bindata. DO NOT EDIT. sources: template/adminlte/resource/assets/dist/css/all.min.css template/adminlte/resource/assets/dist/css/blue.png template/adminlte/resource/assets/dist/css/blue@2x.png template/adminlte/resource/assets/dist/css/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf template/adminlte/resource/assets/dist/css/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdr.ttf template/adminlte/resource/assets/dist/css/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdr.ttf template/adminlte/resource/assets/dist/css/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdr.ttf template/adminlte/resource/assets/dist/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDc.ttf template/adminlte/resource/assets/dist/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCds18E.ttf template/adminlte/resource/assets/dist/fonts/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkids18E.ttf template/adminlte/resource/assets/dist/fonts/FontAwesome.otf template/adminlte/resource/assets/dist/fonts/fontawesome-webfont.eot template/adminlte/resource/assets/dist/fonts/fontawesome-webfont.svg template/adminlte/resource/assets/dist/fonts/fontawesome-webfont.ttf template/adminlte/resource/assets/dist/fonts/fontawesome-webfont.woff template/adminlte/resource/assets/dist/fonts/fontawesome-webfont.woff2 template/adminlte/resource/assets/dist/fonts/glyphicons-halflings-regular.eot template/adminlte/resource/assets/dist/fonts/glyphicons-halflings-regular.svg template/adminlte/resource/assets/dist/fonts/glyphicons-halflings-regular.ttf template/adminlte/resource/assets/dist/fonts/glyphicons-halflings-regular.woff template/adminlte/resource/assets/dist/fonts/glyphicons-halflings-regular.woff2 template/adminlte/resource/assets/dist/fonts/ionicons.ttf template/adminlte/resource/assets/dist/fonts/ionicons.woff template/adminlte/resource/assets/dist/img/avatar04.png template/adminlte/resource/assets/dist/js/all.min.js template/adminlte/resource/assets/dist/js/all_2.min.js template/adminlte/resource/assets/dist/js/chart.js template/adminlte/resource/assets/dist/js/fontawesome-iconpicker.min.js template/adminlte/resource/assets/dist/js/form.min.js template/adminlte/resource/assets/dist/js/html5shiv.min.js template/adminlte/resource/assets/dist/js/respond.min.js
Index ¶
Constants ¶
This section is empty.
Variables ¶
var AssetsList = []string{
"/dist/css/all.min.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/js/all.min.js",
"/dist/js/all_2.min.js",
"/dist/js/chart.js",
"/dist/js/fontawesome-iconpicker.min.js",
"/dist/js/form.min.js",
"/dist/js/html5shiv.min.js",
"/dist/js/respond.min.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.