Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // CTX is a context for webdav vfs CTX = context.Background() // FS is a virtual memory file system FS = webdav.NewMemFS() // Handler is used to server files through a http handler Handler *webdav.Handler )
View Source
var LICENSE = []byte("\x54\x68\x65\x20\x4d\x49\x54\x20\x4c\x69\x63\x65\x6e\x73\x65\x20\x28\x4d\x49\x54\x29\x0a\x0a\x43\x6f\x70\x79\x72\x69\x67\x68\x74\x20\x28\x63\x29\x20\x32\x30\x31\x34\x20\x42\x6c\x61\x6b\x65\x20\x45\x6d\x62\x72\x65\x79\x20\x28\x68\x65\x6c\x6c\x6f\x40\x62\x6c\x61\x6b\x65\x65\x6d\x62\x72\x65\x79\x2e\x63\x6f\x6d\x29\x0a\x0a\x50\x65\x72\x6d\x69\x73\x73\x69\x6f\x6e\x20\x69\x73\x20\x68\x65\x72\x65\x62\x79\x20\x67\x72\x61\x6e\x74\x65\x64\x2c\x20\x66\x72\x65\x65\x20\x6f\x66\x20\x63\x68\x61\x72\x67\x65\x2c\x20\x74\x6f\x20\x61\x6e\x79\x20\x70\x65\x72\x73\x6f\x6e\x20\x6f\x62\x74\x61\x69\x6e\x69\x6e\x67\x20\x61\x20\x63\x6f\x70\x79\x0a\x6f\x66\x20\x74\x68\x69\x73\x20\x73\x6f\x66\x74\x77\x61\x72\x65\x20\x61\x6e\x64\x20\x61\x73\x73\x6f\x63\x69\x61\x74\x65\x64\x20\x64\x6f\x63\x75\x6d\x65\x6e\x74\x61\x74\x69\x6f\x6e\x20\x66\x69\x6c\x65\x73\x20\x28\x74\x68\x65\x20\x22\x53\x6f\x66\x74\x77\x61\x72\x65\x22\x29\x2c\x20\x74\x6f\x20\x64\x65\x61\x6c\x0a\x69\x6e\x20\x74\x68\x65\x20\x53\x6f\x66\x74\x77\x61\x72\x65\x20\x77\x69\x74\x68\x6f\x75\x74\x20\x72\x65\x73\x74\x72\x69\x63\x74\x69\x6f\x6e\x2c\x20\x69\x6e\x63\x6c\x75\x64\x69\x6e\x67\x20\x77\x69\x74\x68\x6f\x75\x74\x20\x6c\x69\x6d\x69\x74\x61\x74\x69\x6f\x6e\x20\x74\x68\x65\x20\x72\x69\x67\x68\x74\x73\x0a\x74\x6f\x20\x75\x73\x65\x2c\x20\x63\x6f\x70\x79\x2c\x20\x6d\x6f\x64\x69\x66\x79\x2c\x20\x6d\x65\x72\x67\x65\x2c\x20\x70\x75\x62\x6c\x69\x73\x68\x2c\x20\x64\x69\x73\x74\x72\x69\x62\x75\x74\x65\x2c\x20\x73\x75\x62\x6c\x69\x63\x65\x6e\x73\x65\x2c\x20\x61\x6e\x64\x2f\x6f\x72\x20\x73\x65\x6c\x6c\x0a\x63\x6f\x70\x69\x65\x73\x20\x6f\x66\x20\x74\x68\x65\x20\x53\x6f\x66\x74\x77\x61\x72\x65\x2c\x20\x61\x6e\x64\x20\x74\x6f\x20\x70\x65\x72\x6d\x69\x74\x20\x70\x65\x72\x73\x6f\x6e\x73\x20\x74\x6f\x20\x77\x68\x6f\x6d\x20\x74\x68\x65\x20\x53\x6f\x66\x74\x77\x61\x72\x65\x20\x69\x73\x0a\x66\x75\x72\x6e\x69\x73\x68\x65\x64\x20\x74\x6f\x20\x64\x6f\x20\x73\x6f\x2c\x20\x73\x75\x62\x6a\x65\x63\x74\x20\x74\x6f\x20\x74\x68\x65\x20\x66\x6f\x6c\x6c\x6f\x77\x69\x6e\x67\x20\x63\x6f\x6e\x64\x69\x74\x69\x6f\x6e\x73\x3a\x0a\x0a\x54\x68\x65\x20\x61\x62\x6f\x76\x65\x20\x63\x6f\x70\x79\x72\x69\x67\x68\x74\x20\x6e\x6f\x74\x69\x63\x65\x20\x61\x6e\x64\x20\x74\x68\x69\x73\x20\x70\x65\x72\x6d\x69\x73\x73\x69\x6f\x6e\x20\x6e\x6f\x74\x69\x63\x65\x20\x73\x68\x61\x6c\x6c\x20\x62\x65\x20\x69\x6e\x63\x6c\x75\x64\x65\x64\x20\x69\x6e\x0a\x61\x6c\x6c\x20\x63\x6f\x70\x69\x65\x73\x20\x6f\x72\x20\x73\x75\x62\x73\x74\x61\x6e\x74\x69\x61\x6c\x20\x70\x6f\x72\x74\x69\x6f\x6e\x73\x20\x6f\x66\x20\x74\x68\x65\x20\x53\x6f\x66\x74\x77\x61\x72\x65\x2e\x0a\x0a\x54\x48\x45\x20\x53\x4f\x46\x54\x57\x41\x52\x45\x20\x49\x53\x20\x50\x52\x4f\x56\x49\x44\x45\x44\x20\x22\x41\x53\x20\x49\x53\x22\x2c\x20\x57\x49\x54\x48\x4f\x55\x54\x20\x57\x41\x52\x52\x41\x4e\x54\x59\x20\x4f\x46\x20\x41\x4e\x59\x20\x4b\x49\x4e\x44\x2c\x20\x45\x58\x50\x52\x45\x53\x53\x20\x4f\x52\x0a\x49\x4d\x50\x4c\x49\x45\x44\x2c\x20\x49\x4e\x43\x4c\x55\x44\x49\x4e\x47\x20\x42\x55\x54\x20\x4e\x4f\x54\x20\x4c\x49\x4d\x49\x54\x45\x44\x20\x54\x4f\x20\x54\x48\x45\x20\x57\x41\x52\x52\x41\x4e\x54\x49\x45\x53\x20\x4f\x46\x20\x4d\x45\x52\x43\x48\x41\x4e\x54\x41\x42\x49\x4c\x49\x54\x59\x2c\x0a\x46\x49\x54\x4e\x45\x53\x53\x20\x46\x4f\x52\x20\x41\x20\x50\x41\x52\x54\x49\x43\x55\x4c\x41\x52\x20\x50\x55\x52\x50\x4f\x53\x45\x20\x41\x4e\x44\x20\x4e\x4f\x4e\x49\x4e\x46\x52\x49\x4e\x47\x45\x4d\x45\x4e\x54\x2e\x20\x49\x4e\x20\x4e\x4f\x20\x45\x56\x45\x4e\x54\x20\x53\x48\x41\x4c\x4c\x20\x54\x48\x45\x0a\x41\x55\x54\x48\x4f\x52\x53\x20\x4f\x52\x20\x43\x4f\x50\x59\x52\x49\x47\x48\x54\x20\x48\x4f\x4c\x44\x45\x52\x53\x20\x42\x45\x20\x4c\x49\x41\x42\x4c\x45\x20\x46\x4f\x52\x20\x41\x4e\x59\x20\x43\x4c\x41\x49\x4d\x2c\x20\x44\x41\x4d\x41\x47\x45\x53\x20\x4f\x52\x20\x4f\x54\x48\x45\x52\x0a\x4c\x49\x41\x42\x49\x4c\x49\x54\x59\x2c\x20\x57\x48\x45\x54\x48\x45\x52\x20\x49\x4e\x20\x41\x4e\x20\x41\x43\x54\x49\x4f\x4e\x20\x4f\x46\x20\x43\x4f\x4e\x54\x52\x41\x43\x54\x2c\x20\x54\x4f\x52\x54\x20\x4f\x52\x20\x4f\x54\x48\x45\x52\x57\x49\x53\x45\x2c\x20\x41\x52\x49\x53\x49\x4e\x47\x20\x46\x52\x4f\x4d\x2c\x0a\x4f\x55\x54\x20\x4f\x46\x20\x4f\x52\x20\x49\x4e\x20\x43\x4f\x4e\x4e\x45\x43\x54\x49\x4f\x4e\x20\x57\x49\x54\x48\x20\x54\x48\x45\x20\x53\x4f\x46\x54\x57\x41\x52\x45\x20\x4f\x52\x20\x54\x48\x45\x20\x55\x53\x45\x20\x4f\x52\x20\x4f\x54\x48\x45\x52\x20\x44\x45\x41\x4c\x49\x4e\x47\x53\x20\x49\x4e\x0a\x54\x48\x45\x20\x53\x4f\x46\x54\x57\x41\x52\x45\x2e\x0a")
Functions ¶
Types ¶
This section is empty.
Source Files ¶
- b0xfile.go
- b0xfile__api_data.js.go
- b0xfile__api_data.json.go
- b0xfile__api_data_sys.js.go
- b0xfile__api_data_sys.json.go
- b0xfile__api_project.js.go
- b0xfile__api_project.json.go
- b0xfile__css_style.css.go
- b0xfile__fonts_glyphicons_halflings_regular.eot.go
- b0xfile__fonts_glyphicons_halflings_regular.svg.go
- b0xfile__fonts_glyphicons_halflings_regular.ttf.go
- b0xfile__fonts_glyphicons_halflings_regular.woff.go
- b0xfile__fonts_glyphicons_halflings_regular.woff2.go
- b0xfile__img_favicon.ico.go
- b0xfile__index.html.go
- b0xfile__locales_ca.js.go
- b0xfile__locales_de.js.go
- b0xfile__locales_es.js.go
- b0xfile__locales_fr.js.go
- b0xfile__locales_it.js.go
- b0xfile__locales_locale.js.go
- b0xfile__locales_nl.js.go
- b0xfile__locales_pl.js.go
- b0xfile__locales_pt_br.js.go
- b0xfile__locales_ro.js.go
- b0xfile__locales_ru.js.go
- b0xfile__locales_tr.js.go
- b0xfile__locales_vi.js.go
- b0xfile__locales_zh.js.go
- b0xfile__locales_zh_cn.js.go
- b0xfile__main.js.go
- b0xfile__utils_handlebars_helper.js.go
- b0xfile__utils_send_sample_request.js.go
- b0xfile__vendor_bootstrap.min.css.go
- b0xfile__vendor_bootstrap.min.js.go
- b0xfile__vendor_diff_match_patch.min.js.go
- b0xfile__vendor_handlebars.min.js.go
- b0xfile__vendor_jquery.min.js.go
- b0xfile__vendor_list.min.js.go
- b0xfile__vendor_lodash.custom.min.js.go
- b0xfile__vendor_path_to_regexp_LICENSE.go
- b0xfile__vendor_path_to_regexp_index.js.go
- b0xfile__vendor_polyfill.js.go
- b0xfile__vendor_prettify.css.go
- b0xfile__vendor_prettify_lang_Splus.js.go
- b0xfile__vendor_prettify_lang_aea.js.go
- b0xfile__vendor_prettify_lang_agc.js.go
- b0xfile__vendor_prettify_lang_apollo.js.go
- b0xfile__vendor_prettify_lang_basic.js.go
- b0xfile__vendor_prettify_lang_cbm.js.go
- b0xfile__vendor_prettify_lang_cl.js.go
- b0xfile__vendor_prettify_lang_clj.js.go
- b0xfile__vendor_prettify_lang_css.js.go
- b0xfile__vendor_prettify_lang_dart.js.go
- b0xfile__vendor_prettify_lang_el.js.go
- b0xfile__vendor_prettify_lang_erl.js.go
- b0xfile__vendor_prettify_lang_erlang.js.go
- b0xfile__vendor_prettify_lang_fs.js.go
- b0xfile__vendor_prettify_lang_go.js.go
- b0xfile__vendor_prettify_lang_hs.js.go
- b0xfile__vendor_prettify_lang_lasso.js.go
- b0xfile__vendor_prettify_lang_lassoscript.js.go
- b0xfile__vendor_prettify_lang_latex.js.go
- b0xfile__vendor_prettify_lang_lgt.js.go
- b0xfile__vendor_prettify_lang_lisp.js.go
- b0xfile__vendor_prettify_lang_ll.js.go
- b0xfile__vendor_prettify_lang_llvm.js.go
- b0xfile__vendor_prettify_lang_logtalk.js.go
- b0xfile__vendor_prettify_lang_ls.js.go
- b0xfile__vendor_prettify_lang_lsp.js.go
- b0xfile__vendor_prettify_lang_lua.js.go
- b0xfile__vendor_prettify_lang_matlab.js.go
- b0xfile__vendor_prettify_lang_ml.js.go
- b0xfile__vendor_prettify_lang_mumps.js.go
- b0xfile__vendor_prettify_lang_n.js.go
- b0xfile__vendor_prettify_lang_nemerle.js.go
- b0xfile__vendor_prettify_lang_pascal.js.go
- b0xfile__vendor_prettify_lang_proto.js.go
- b0xfile__vendor_prettify_lang_r.js.go
- b0xfile__vendor_prettify_lang_rd.js.go
- b0xfile__vendor_prettify_lang_rkt.js.go
- b0xfile__vendor_prettify_lang_rust.js.go
- b0xfile__vendor_prettify_lang_s.js.go
- b0xfile__vendor_prettify_lang_scala.js.go
- b0xfile__vendor_prettify_lang_scm.js.go
- b0xfile__vendor_prettify_lang_sql.js.go
- b0xfile__vendor_prettify_lang_ss.js.go
- b0xfile__vendor_prettify_lang_swift.js.go
- b0xfile__vendor_prettify_lang_tcl.js.go
- b0xfile__vendor_prettify_lang_tex.js.go
- b0xfile__vendor_prettify_lang_vb.js.go
- b0xfile__vendor_prettify_lang_vbs.js.go
- b0xfile__vendor_prettify_lang_vhd.js.go
- b0xfile__vendor_prettify_lang_vhdl.js.go
- b0xfile__vendor_prettify_lang_wiki.js.go
- b0xfile__vendor_prettify_lang_xq.js.go
- b0xfile__vendor_prettify_lang_xquery.js.go
- b0xfile__vendor_prettify_lang_yaml.js.go
- b0xfile__vendor_prettify_lang_yml.js.go
- b0xfile__vendor_prettify_prettify.css.go
- b0xfile__vendor_prettify_prettify.js.go
- b0xfile__vendor_prettify_run_prettify.js.go
- b0xfile__vendor_require.min.js.go
- b0xfile__vendor_semver.min.js.go
- b0xfile__vendor_webfontloader.js.go
Click to show internal directories.
Click to hide internal directories.