Documentation
¶
Overview ¶
Code generated for package asset by go-bindata DO NOT EDIT. (@generated) sources: web/crocodile/favicon.ico web/crocodile/index.html web/crocodile/static/css/app.e61e1ac6.css web/crocodile/static/css/chunk-090a4c30.9337881c.css web/crocodile/static/css/chunk-1d4f7197.31c20e2b.css web/crocodile/static/css/chunk-21ce0abe.ebf9cad3.css web/crocodile/static/css/chunk-29e09dc4.066ec77b.css web/crocodile/static/css/chunk-2ae561e3.3ae9cf43.css web/crocodile/static/css/chunk-38aaca24.68f5a9fe.css web/crocodile/static/css/chunk-4671ff38.27ba2cd7.css web/crocodile/static/css/chunk-7b51d856.ec20b65a.css web/crocodile/static/css/chunk-9a0d9ce0.542e45d8.css web/crocodile/static/css/chunk-c9c77a48.a37cd815.css web/crocodile/static/css/chunk-elementUI.ded27da0.css web/crocodile/static/css/chunk-libs.3dfb7769.css web/crocodile/static/fonts/element-icons.535877f5.woff web/crocodile/static/fonts/element-icons.732389de.ttf web/crocodile/static/img/404.a57b6f31.png web/crocodile/static/img/404_cloud.0f4bc32b.png web/crocodile/static/img/crocodile.39dec91e.png web/crocodile/static/js/app.e18665d4.js web/crocodile/static/js/chunk-090a4c30.ec6d19cf.js web/crocodile/static/js/chunk-1d4f7197.6db0697b.js web/crocodile/static/js/chunk-21ce0abe.955cab21.js web/crocodile/static/js/chunk-29e09dc4.9389ae27.js web/crocodile/static/js/chunk-2ae561e3.66f41031.js web/crocodile/static/js/chunk-2d230a36.c75f36b7.js web/crocodile/static/js/chunk-38aaca24.0c1829c5.js web/crocodile/static/js/chunk-4671ff38.84ab35f3.js web/crocodile/static/js/chunk-7b51d856.e1534342.js web/crocodile/static/js/chunk-81349c72.6a064337.js web/crocodile/static/js/chunk-95556898.6d904ccb.js web/crocodile/static/js/chunk-9a0d9ce0.5b22a6d6.js web/crocodile/static/js/chunk-c9c77a48.7e3b5398.js web/crocodile/static/js/chunk-elementUI.4de05055.js web/crocodile/static/js/chunk-libs.22042878.js sql/README.md sql/casbin_rule.sql sql/host.sql sql/hostgroup.sql sql/log.sql sql/notify.sql sql/operate.sql sql/task.sql sql/user.sql
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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.