gotty/server/asset.go

221 lines
2.2 MiB
Go
Raw Normal View History

package server
import (
"bytes"
"compress/gzip"
"fmt"
"io"
"strings"
)
func bindata_read(data []byte, name string) ([]byte, error) {
gz, err := gzip.NewReader(bytes.NewBuffer(data))
if err != nil {
return nil, fmt.Errorf("Read %q: %v", name, err)
}
var buf bytes.Buffer
_, err = io.Copy(&buf, gz)
gz.Close()
if err != nil {
return nil, fmt.Errorf("Read %q: %v", name, err)
}
return buf.Bytes(), nil
}
var _static_css_index_css = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xc8\x41\x0a\x02\x31\x0c\x05\xd0\xbd\xa7\xf8\x20\xee\x66\x31\x6e\xeb\x69\xd2\xc9\x90\x84\xb6\xa9\x94\x88\x88\x78\x77\xc1\x22\xcc\xf2\x3d\x8d\x56\x17\xe4\xce\xaf\x05\xe7\xd8\x47\x33\xa7\x8a\xf7\x09\x00\x32\x6d\x45\x46\x7f\x38\x27\xe4\x4a\x5b\xb9\xfd\x5a\x77\x13\x8d\x84\xeb\xba\x5e\xe6\x3c\x8d\x43\x8f\x71\x27\x66\x73\x49\xf8\x47\xa3\x21\xe6\xd3\x9f\x6f\x00\x00\x00\xff\xff\xd7\x5b\x0e\xbd\x74\x00\x00\x00")
func static_css_index_css() ([]byte, error) {
return bindata_read(
_static_css_index_css,
"static/css/index.css",
)
}
2021-04-22 16:54:55 +00:00
var _static_css_xterm_css = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x57\x4b\x73\xe3\xb8\x11\xbe\xfb\x57\x74\x79\x0f\x6b\x4f\x91\x92\x3d\xc9\x1e\x46\xb9\x84\x96\x28\x9b\x89\x44\xba\x28\x7a\xbd\x3e\x42\x64\x53\x84\x07\x04\xb8\x00\x28\x59\xbb\x95\xff\x9e\x6a\x90\x94\xe4\xd7\x66\x2a\xbe\xa8\x88\x46\x3f\xbe\x7e\x7c\x0d\x8f\xbf\x7c\x39\x83\x2f\x30\x55\xcd\x5e\xf3\x4d\x65\xe1\x22\xbf\x84\xaf\x57\xd7\x7f\x87\xac\x42\x78\xb1\xa8\xeb\xd1\xb3\x01\xd6\xda\x4a\x69\x33\x82\x40\x08\x70\x17\x0d\x68\x34\xa8\xb7\x58\x8c\x3e\x34\xf0\xd5\xff\x7a\x75\xfd\x37\x0f\xa6\x95\xe6\xc6\xaa\xa6\x42\x0d\xff\xc2\xb2\xd4\xb8\x87\x8b\x65\x94\xc1\x82\xe7\x28\x0d\x5e\x92\x76\x65\x6d\x63\x26\xe3\xf1\x86\xdb\xaa\x5d\x8f\x72\x55\x8f\xf3\xea\xf9\x79\xdc\xbb\xa7\x2b\xff\x14\xdd\x7d\x58\x46\xd9\x19\xb8\xa0\xef\x51\xd7\xdc\x18\xae\x24\x70\x03\x15\x6a\x5c\xef\x61\xa3\x99\xb4\x58\x78\x50\x6a\x44\x50\x25\xe4\x15\xd3\x1b\xf4\xc0\x2a\x60\x72\x0f\x0d\x6a\xa3\x24\xa8\xb5\x65\x5c\x72\xb9\x01\x06\xb9\x6a\xf6\x64\x4f\x95\x60\x2b\x6e\xc0\xa8\xd2\xee\x98\x46\x60\xb2\x00\x66\x8c\xca\x39\xb3\x58\x40\xa1\xf2\xb6\x46\x69\x99\x25\x97\x25\x17\x68\xe0\xc2\x56\x08\xe7\xab\x5e\xe3\xfc\xd2\xf9\x29\x90\x09\x32\xc8\x25\x90\x78\x90\xc2\x8e\xdb\x4a\xb5\x96\x32\x67\x35\xcf\xc9\x8c\x07\x5c\xe6\xa2\x2d\x28\x92\x41\x2c\x78\xcd\x7b\x27\xa4\xde\xa5\x9b\xec\x59\x05\xad\x41\xcf\x05\xec\x41\xad\x0a\x5e\xd2\x2f\x3a\x7c\x4d\xbb\x16\xdc\x54\x1e\x14\x9c\xac\xaf\x5b\x8b\x1e\x18\x3a\x74\x79\xf3\x08\xcd\x58\x69\x30\x28\x5c\x70\xb9\x6a\x38\x9a\x0e\xf4\x31\x46\x77\x8d\x1c\x35\x94\x5c\xdb\xa7\xcb\xd0\xc9\xae\x52\xf5\x6b\x3c\xdc\x45\x55\xb6\x5a\x72\x53\xa1\x53\x2b\x14\x18\xe5\xfc\x3e\x63\x6e\xe9\x84\x34\x4a\x25\x84\xda\x11\xc6\x5c\xc9\x82\x13\x34\x33\xe9\xab\x48\x7d\xc6\xd6\x6a\x8b\x0e\x56\xd7\x43\x52\x59\x9e\x77\xf9\x77\x15\x69\x8e\x95\xee\x45\xa6\x62\x42\xc0\x1a\xfb\xf4\x61\x01\x5c\x92\x35\x3a\x1d\x90\x69\x0a\xc3\x58\x26\x2d\x67\x02\x1a\xa5\x9d\xdf\xb7\x88\x47\x43\x1c\x77\x21\xac\x92\x79\xf6\x18\xa4\x21\x44\x2b\xb8\x4f\x93\x5f\xa3\x59\x38\x83\xf3\x60\x05\xd1\xea\xdc\x83\xc7\x28\xbb\x4b\x1e\x32\x78\x0c\xd2\x34\x88\xb3\x27\x48\xe6\x10\xc4\x4f\xf0\xef\x28\x9e\x79\x10\xfe\x76\x9f\x86\xab\x15\x24\x29\x59\x8b\x96\xf7\x8b\x28\x9c\x79\x10\xc5\xd3\xc5\xc3\x2c\x8a\x6f\xe1\xe6\x21\x83\x38\xc9\x60\x11\x2d\xa3\x2c\x9c\x41\x96\x38\x9f\xbd\xb5\x28\x5c\x91\xbd\x65\x98\x4e\xef\x82\x38\x0b\x6e\xa2\x45\x94\x3d\x79\x64\x6b\x1e\x65\x31\x59\x9e\x27\x29\x04\x70\x1f\xa4\x59\x34\x7d\x58\x04\x29\xdc\x3f\xa4\xf7\xc9\x2a\x84\x20\x9e\x41\x9c\xc4\x51\x3c\x4f\xa3\xf8\x36\x5c\x86\x71\x36\x82\x28\x86\x38\x81\xf0\xd7\x30\xce\x60\x75\x17\x2c\x16\xe4\x8d\xcc\x05\x0f\xd9\x5d\x92\x52\xa0\x30\x4d\xee\x9f\xd2\xe8\xf6\x2e\x83\xbb\x64\x31\x0b\xd3\x15\xdc\x84\xb0\x88\x82\x9b\x45\xd8\x79\x8b\x9f\x60\xba\x08\xa2\xa5\x07\xb3\x60\x19\xdc\x86\x4e\x2b\xc9\xee\x42\x07\x92\x6e\x76\x61\xc2\xe3\x5d\x48\xa7\xe4\x35\x88\x21\x98\x66\x51\x12\x13\x9e\x69\x12\x67\x69\x30\xcd\x3c\xc8\x92\x34\x3b\x68\x3f\x46\xab\xd0\x83\x20\x8d\x56\x94\x99\x79\x9a\x2c\x1d\x52\xca\x6e\x32\xa7\x5b\x51\x4c\xaa\x71\xd8\x19\xa2\xcc\xbf\x2e\x50\x92\xba\xef\x87\x55\x78\xb0\x09\xb3\x30\x58\x44\xf1\xed\x0a\xa2\xf8\x6d\x41\x87\x22\x27\x9a\x6f\xb8\x64\x42\xec\xa1\x54\xfa\x3b\x16\x50\x6a\x55\xc3\x05\x8d\x9e\xeb\x8a\x8e\xe8\x7e\x3e\x6d\xb9\x4b\xea\x54\x00\x98\xb3\xb5\xa6\xd6\xbb\x41\x21\x98\x2e\x7e\x36\xf0\xcc\xb6\xcc\xe4\x9a\x37\x16\xb6\xf6\xfa\xea\x8a\x6c\xc2\xb3\x11\x5c\xb6\x2f\xbd\x12\x31\xdb\x64\x3c\x5e\x77\x3a\x23\xa5\x37\xe3\xfe\xc2\xb8\xbb\xf0\x8e\x38\xaf\xdf\x3a\xea\xee\xd1\x98\xa8\x3e\x7a\x28\xd0\xf0\x8d\x04\x8d\x35\xe3\xd2\x8c\x9c\x90\xb8\xd2\x09\xb9\x35\x28\xca\xde\x3d\x33\xb0\x46\x94\x80\x2f\x16\x65\xd1\xcd\x68\x3f\x32\x1d\xbb\xc3\x74\x15\x41\xae\x0a\x34\x1e\xb0\x5a\xc9\x4d\xa7\xa8\x2c\x11\x76\x89\xcc\xb6\x1a\x0d\xa5\x6f\x7c\x76\xd6\x2f\x0b\x98\x61\xc9\x5a\x61\xc1\xd8\x3d\x71\x20\xa1\x7e\x39\x52\xf5\xf8\xec\x6c\xd4\x99\xfe\xf3\x0c\x00\xa0\x54\xd2\xfa\xbd\x25\xdf\xa0\xb5\x5c\x6e\xcc\x04\xce\x05\xdf\xb0\x73\xb8\xfa\x87\xbb\xd4\x28\xe3\x68\x61\x02\x1a\x05\xb3\x7c\x8b\xdd\x79\x6b\x50\xfb\x06\x05\xe6\x76\x02\x52\xc9\xfe\xd8\xaf\x8d\xff\x99\x68\x87\xeb\xef\xdc\x7e\x24\xfe\xc
func static_css_xterm_css() ([]byte, error) {
return bindata_read(
_static_css_xterm_css,
"static/css/xterm.css",
)
}
var _static_css_xterm_customize_css = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x8e\x41\x6b\xe3\x30\x10\x85\xef\xfe\x15\x83\x21\xb0\x0b\x96\x71\x16\xcc\x2e\xca\x69\xa1\xed\x2d\xa7\x94\xde\xc7\xf6\x38\x55\x23\xcd\x08\x49\x4e\xed\x96\xfc\xf7\xe2\xda\x69\xf3\x0b\x7a\x19\xde\x1b\x3d\xbd\x6f\xca\x44\xc1\x19\x46\x0b\xef\x19\x00\x40\x2f\x9c\x54\x8f\xce\xd8\x49\x43\x7e\x47\x2f\xf8\x34\xc0\x01\x39\xc2\x5e\x58\xf2\x02\xf2\xfb\x33\x85\x28\x7c\xf5\x0f\x81\x68\x96\x05\xec\x89\xad\x14\xf0\xb8\x16\x16\xe0\x84\x25\x7a\x6c\xa9\x80\xfc\xbf\xf7\x96\xe0\x30\xb9\x46\x6c\xcc\x77\xd9\x25\xcb\xca\x71\x66\x2b\x39\x53\xb0\x38\xfd\x30\x7f\x66\x35\x12\x3a\x0a\x2a\x60\x67\x86\xa8\x61\x5b\xfb\x71\xf7\x7d\x44\x34\x6f\xa4\x61\x1c\x95\xc5\x70\xa4\xe5\xa1\x15\x2b\x41\x43\x63\xb1\x3d\xad\x1d\xd8\x9e\x8e\x41\x06\xee\x34\xbc\x3e\x9b\xb4\x06\xc5\x63\x6b\xd2\xa4\xa1\x2a\xff\xd6\xcb\xca\x63\xd7\x19\x3e\xce\xab\x3f\xe4\xa0\x2a\xeb\xcf\xf9\xa5\xd7\x94\x44\x93\x8c\xb0\x06\x6c\xa2\xd8\xe1\x5a\x98\xc4\x6b\xa8\xab\xcd\xe2\x2c\xf5\xe9\xc6\xa6\x80\x1c\x7b\x09\x4e\x2f\xd2\x62\xa2\x5f\xaa\xae\x36\x05\xcc\xf3\xf7\x92\x1a\x22\x05\x15\xc9\x52\x9b\x34\xb0\x30\xdd\x7c\x5e\x99\xeb\xd9\xb0\xfd\x57\xb9\x08\x84\x91\x94\xe1\x5d\x76\xf9\x08\x00\x00\xff\xff\xa9\x5f\x6b\xf4\x26\x02\x00\x00")
func static_css_xterm_customize_css() ([]byte, error) {
return bindata_read(
_static_css_xterm_customize_css,
"static/css/xterm_customize.css",
)
}
2021-04-25 09:25:41 +00:00
var _static_favicon_ico = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x97\x7b\x6c\x53\xe5\x1b\xc7\x0f\xe1\xf7\x53\xba\x6e\xd0\xd2\xae\x9e\x33\x50\x3a\x76\xb1\x03\x86\x60\xc8\x90\xad\x0b\x37\xc1\x60\xbc\x84\x60\xe4\x96\xe0\x35\x83\xc4\x18\x35\x41\x08\x06\x85\xf8\x2f\xd1\xa0\x01\x2f\x40\x82\x24\xfc\x41\x48\x58\x65\x28\x51\xc1\x79\x43\x10\x02\xa8\xa0\x5c\x76\x7a\x4e\xbb\x96\x5e\xc6\x46\x57\xd8\x3a\xce\xfd\x6b\xde\xd3\x76\x73\xb3\x5d\xcf\xda\x19\xdf\xe4\xc9\xda\xd3\x77\xfd\x7c\xde\xe7\x79\xf6\xbe\xef\x28\x6a\x0c\x35\x86\x72\x3a\xc9\x4f\x27\x75\xc8\x42\x51\x0e\x8a\xa2\x5c\x14\x45\x39\x29\x8a\x5a\x40\x25\x9f\xeb\xc3\x42\x51\xd4\xff\x52\x91\x1a\xb4\x89\x9d\x42\x9b\xd8\x83\xb4\x89\x4d\xd0\x26\x16\x86\xc2\x7c\x59\x62\x26\x1e\x97\x18\x7b\x33\x18\xbb\x27\x9f\x48\x30\x76\xcf\x41\xc6\xee\x49\xb3\x55\xc3\xec\x74\x14\xff\x2a\x32\xb6\x2f\xe4\x3c\xf9\x24\x54\xe2\x40\x9b\xd8\xde\x11\xb3\x93\xa1\xd1\xc5\x17\x45\xc6\x76\x4c\x29\xc0\x21\x5f\xf6\x80\x43\xc9\x85\x82\x1c\x0a\xe4\xa7\x1c\xce\x0b\x8c\xad\x25\x2f\x07\x23\x8c\xfb\xc6\x19\x71\x38\x27\x30\xb6\xa3\x23\x76\xc8\xc5\x2e\x33\xb3\x98\x6a\xe7\x8c\xe5\x61\xfc\x59\x91\xb1\x1f\x55\x47\xe4\x60\xce\xde\xfb\x8e\x7b\x59\xbc\xbc\x26\x82\x9f\x7f\xec\xc3\x13\x0b\x83\x28\xbd\xc7\x88\xc3\x19\x81\xb1\x7f\x6e\xd8\xa1\xbc\x9a\x13\x98\x62\x56\xc9\xc6\xdf\xb3\xab\x1b\x64\x6c\x79\xfd\x26\xec\xff\x6f\x33\x90\x87\x36\x95\x1e\x7f\xda\xb0\x83\xcb\xcd\x6b\x53\x5d\x9c\xc0\x98\x07\x3b\x38\x52\x6b\xdd\xff\x69\x5c\xe7\xbf\xfb\x56\x97\xfe\x3e\x53\x0e\xc8\x33\xe2\x96\x0c\xfd\xb5\x5a\x6a\x3e\x25\x94\x5a\x3c\x6a\xa9\xa5\x19\x24\x1c\xd6\xcc\x7b\x95\xcb\xcd\xeb\x0e\xe5\xd5\x9c\x98\xae\x05\xe9\xb7\xa5\xf5\x01\x1c\xd8\x1b\x47\x24\x2c\xeb\xfc\x1b\x01\x19\x47\x0e\xdd\xc1\xea\xa7\x43\x28\x2b\x66\x41\xa7\x7a\xf2\x81\x09\x5e\xbc\xb8\x2a\x82\x6d\x9b\x3b\xf1\xce\xa6\x81\xd8\xb6\xf9\xa6\xba\x7d\xeb\x75\x65\xdb\xd6\x4b\xd8\xfe\xf6\x65\x34\xbd\x74\x0e\xe5\x93\x5b\x40\xdb\x32\xf2\xe1\x6a\xe0\x35\x67\x25\x27\x3a\xc6\xb1\xea\xf2\x25\x37\xe0\xe7\x25\x9d\xdb\x1d\x53\xf5\xd7\xb1\x5b\x8a\xfe\xfe\x76\x5c\xc5\xc6\x57\x3a\xfa\xeb\x53\x5f\xeb\x47\xe8\x46\xd2\x71\xb8\xd1\xd5\x29\x60\xf1\xfc\xd6\x7f\xe4\xa1\x9f\xef\xe6\xf1\x60\x3d\xaf\x4e\x9f\xc9\x0b\xdf\x9d\x4c\x68\xe4\x77\xce\xfc\xd4\x87\xc7\xe7\x07\x31\xab\xc2\x87\xc5\x75\x01\x34\x1f\xba\xa3\x7f\x17\xc7\x4a\xa8\xab\xf1\xeb\x35\x2a\xb7\x79\xb1\xe9\xd5\x9b\xf8\xe4\x83\x6e\x7c\xbc\x33\x73\xec\xd9\xdd\x21\x6f\xdd\x72\x49\xab\x72\x1e\xcb\xbe\x7e\x37\x8f\xea\x7a\x1e\xcb\x56\x07\xb5\xce\x2e\x05\x89\x5e\x15\xab\x9e\x0c\xc1\x36\xb6\x4d\x5f\xe7\xc4\xb1\x6d\x58\x32\x2f\x80\x78\xb7\x0a\x49\xd2\xb0\x76\x79\x48\xaf\x37\xa9\x15\xa9\x3f\x99\x93\x35\xc6\x5d\x55\x1c\x25\xad\x22\x6d\xf3\x68\x59\xea\x9f\x5c\x7f\x03\x8f\xba\x65\x7e\x34\x1f\xef\xc1\xfe\xcf\xe2\xaa\xd3\xe6\xd5\xd2\xbd\x45\xbe\x67\xc3\xba\x28\x84\xbb\x1a\x64\x59\xc3\xba\x67\xc2\x06\xff\x1e\x52\x51\x74\x4d\x61\x2c\xdf\x8a\x8c\x7d\xb0\xc3\xdf\xf9\x69\x87\xda\x85\x3e\xd4\x34\xf0\xaa\x73\x0a\x27\xd6\xd5\xf8\xb5\x17\x9e\x0d\x63\xdf\x47\x71\x44\x53\xbd\xd8\xee\x93\xf4\xba\x13\xa7\x11\xed\xd5\x45\x57\x65\xc6\x7a\x72\x90\xc3\x50\x7e\xda\x61\xe5\xfa\x10\x3c\x5f\xf6\xa8\xc1\x76\x59\x23\xf9\x4e\x8f\x8e\x88\x82\x37\x36\x74\xe4\x7f\x5e\x14\x5d\x91\x19\xeb\x09\x31\x1b\x9f\xf4\xc0\xf3\xaf\x45\x10\x8e\x0e\xf4\x74\x6f\xaf\xaa\xfd\x76\x41\xd0\x76\xbd\x17\xc3\xa3\x73\x03\x46\xce\x83\x1c\x0e\x7f\xca\x8c\xf5\x6b\xfd\xfe\x32\x94\x3f\x63\x81\x0f\x5f\xb5\xf6\xea\xdc\x48\x87\x8c\x0f\xf7\xc5\xb0\x7a\x7d\x58\xad\x9d\xc6\x8b\x4c\x11\xab\x35\xce\x6e\xc7\xb4\xfb\xf9\x02\x1d\xbc\xa0\xcd\x7f\x48\x8c\xf5\x1b\x71\x68\xde\xe7\x3c\xe6\xc7\xef\x57\x04\x9d\xbf\x63\xf7\x2d\x54\xcc\xe5\x50\x35\x8f\x43\xf9\x6c\x4e\x5e\xbb\x2a\x24\x91\xfc\x93\x3d\x51\xdf\x83\x0a\xc9\x41\xb2\x16\xd2\xd0\xf5\xd7\x2e\xf0\xe1\xc4\x0f\x09\x9d\xef\x39\xde\x03\xf7\x53\xed\x78\x68\x91\x0f\x4b\x57\x06\xf1\xcb\xf9\x3e\xbd\x11\x5a\x8e\xf4\x60\x72\x89\xb7\x70\xbe\x89\xcd\x58\xff\x0d\x9b\xa2\x88\xc5\x15\xa8\x2a\xe0\xf5\x49\x38\x7b\xf1\x2e\xda\x83\xc9\xfd\x30\xd6\xad\xe0\xb9\x35\x61\xc5\x91\xfb\x2c\xcc\x8b\x4f\xa2\xa6\x91\x47\xd3\xc6\x28\x5a\x4f\x25\x70\xfb\x8e\x9a\xdc\x87\xe3\x0a\xbe\x3f\x9d\x40\xd3\x9b\x51\x54\
2021-04-25 09:25:41 +00:00
func static_favicon_ico() ([]byte, error) {
return bindata_read(
2021-04-25 09:25:41 +00:00
_static_favicon_ico,
"static/favicon.ico",
)
}
2021-04-25 09:25:41 +00:00
var _static_icon_svg = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x57\xef\x6f\x23\xb7\x11\xfd\x9e\xbf\x82\xd8\xfb\x72\x41\xb9\x23\xce\xf0\xb7\x23\x29\x40\xaf\x08\x5a\x20\x45\x8b\xa6\xd7\x02\xfd\xa6\x48\x6b\x59\x88\x2c\x19\x92\x2c\xfb\xf2\xd7\x17\x6f\x56\x2b\xd9\xad\xa1\xf6\x0a\xa3\x06\x0c\x71\xb8\x43\x72\xf8\xe6\xf1\x0d\x39\xfe\xfe\xf9\x7e\x6d\x8e\xdd\x6e\xbf\xda\x6e\x26\x0d\x93\x6b\x4c\xb7\x99\x6f\x17\xab\xcd\x72\xd2\x7c\xfe\xeb\x0f\x6d\x69\xcc\xfe\x30\xdb\x2c\x66\xeb\xed\xa6\x9b\x34\x9b\x6d\xf3\xfd\xf4\x9b\xf1\xfe\xb8\xfc\xc6\x18\xf3\x7c\xbf\xde\xec\x6f\x16\xf3\x49\x73\x77\x38\x3c\xdc\x8c\x46\x0f\x8f\xbb\x35\x6d\x77\xcb\xd1\x62\x3e\xea\xd6\xdd\x7d\xb7\x39\xec\x47\x4c\x3c\x6a\x2e\xee\xf3\x8b\xfb\x7c\xd7\xcd\x0e\xab\x63\x37\xdf\xde\xdf\x6f\x37\x7b\x1d\xb9\xd9\x7f\x78\xe1\xbc\x5b\xdc\x9e\xbd\x9f\x9e\x9e\xe8\xc9\xab\x13\xd7\x5a\x47\x4e\x46\x22\xed\x6e\x71\xdb\xee\xbf\x6c\x0e\xb3\xe7\xf6\xf5\xd0\xfd\x71\xf9\xd6\x50\x71\xce\x8d\xf6\xc7\xe5\xc5\xf3\x3f\x7a\x1d\x57\xdd\xd3\x6f\xb7\xcf\x93\xc6\x19\x67\xb2\x2b\x14\x38\xd4\xa1\xc1\xac\x3e\x77\xdd\x6a\x79\x77\x98\x34\x43\xaf\x68\xef\xd3\x6a\x71\xb8\x3b\x77\x56\x19\x16\xbd\xd9\x3f\xcc\xe6\xdd\xa4\x79\xd8\x75\xfb\x6e\x77\xec\xb4\x7f\xb5\x98\x34\xfb\xe3\xb2\x77\x7a\x91\x13\x6e\xa6\xe3\xfb\xee\x30\x5b\xcc\x0e\x33\x7c\xea\x3d\x87\x9e\xd2\x4c\xc7\xbb\xc5\xed\xcd\x5f\x7e\xf7\xc3\x74\x3c\x9f\xdf\xfc\x7d\xbb\xfb\xa5\xf7\xc2\x1f\xbe\xcc\x7e\xde\x3e\x1e\x26\x4d\x33\x1d\x2f\xe6\x37\xb7\xdb\xdd\xfd\xec\x30\x5d\xdd\xcf\x96\x1d\x36\xf8\x9b\xe7\xfb\xf5\x78\x74\xf9\x00\x9f\xc3\x97\x87\xee\x32\x45\x3f\xc9\xae\xdb\x6f\x1f\x77\x88\xf9\x8d\x54\x2f\xe6\xf7\x2b\x0c\x1a\xfd\x74\x58\xad\xd7\x7f\xc0\xdc\x8d\x19\xf5\x73\xad\x0e\xeb\x6e\xaa\x2b\x0c\xcd\x53\x90\xd3\xf1\xe8\x1c\xf7\x68\xd8\xcd\x74\xbc\xe8\x6e\xf7\x97\x5d\xc2\x4a\xcd\x74\x3c\x5f\xaf\x1e\xfe\x3c\x3b\xdc\x0d\x61\xe1\xdb\xd0\xc7\xa5\x19\xba\x87\xae\xcf\x9b\xd5\x61\x3f\x69\x1e\xf7\xdd\xee\x27\x20\xfd\xa7\xcd\xe7\x7d\xd7\x4c\xc7\x0f\x2f\xa6\xe8\x27\x41\x0f\xa7\xe6\xd2\xb9\x98\x34\x7f\x34\xce\x82\x00\xe6\xf7\x46\x7f\xfe\x66\xd0\x74\xe6\x1f\xba\xa9\xd1\xb0\x08\x76\xd5\xdd\xee\xa7\xe3\x65\x3f\xfa\xb0\x9b\x6d\xf6\x80\x71\xd2\xdc\xcf\x0e\xbb\xd5\xf3\x47\x26\xdf\xff\x59\x67\x9d\x6d\x2f\x66\x5b\x73\x25\x96\x18\x8b\xe5\x54\x32\xc5\xe0\xe2\xb7\xcd\x65\xdb\x4b\x76\xcd\x79\xde\xa1\x4b\x5e\x76\xf5\x7b\x6d\x11\xfe\xa4\x79\xdc\xad\x3f\x7e\xb8\xc0\xf1\x6d\xf3\x7a\x8f\x4b\x0e\xaf\x87\xbe\x8a\x55\x9b\xeb\xd9\xa1\xfb\x98\xb3\x10\x07\x0e\x96\x25\x45\x4a\x31\x86\x97\x33\x9d\xe6\x12\xf7\x6f\x38\xbe\xc4\x52\xa4\x79\xfd\x61\x7f\xf8\xb2\xee\x26\xcd\xed\x6a\xbd\xbe\xf9\xb0\xe8\xfc\x5c\xca\x77\x30\xda\xed\xc3\x6c\xbe\x3a\x7c\xb9\xe1\xde\xdc\x3d\xae\xbb\x9b\xcd\x76\xf3\x6b\xb7\xdb\x7e\xb7\x3f\xec\xb6\xbf\xa8\xd9\xfd\xcb\x74\x60\xbe\x71\xd6\x99\xb9\x69\xc5\x51\xc9\xd1\x3a\xd3\xfa\x4c\xb9\x66\xdb\x72\xa2\x2a\x72\xb1\xfb\x5f\x73\x34\x2d\x4b\x22\x1f\x8a\x69\x25\x52\xe5\x6c\x5a\x61\x21\x1f\xc4\xfc\x68\x7c\x88\x54\x8a\xd8\x73\x82\x97\xff\x0d\x58\x35\x26\x2a\xd1\x05\x9b\x7d\x20\x1f\x42\x79\x0b\xab\x70\x1d\xab\x74\x0d\xab\xd9\x2d\x07\xae\xef\x82\xd5\x9d\x91\xe4\x48\x5c\x35\x73\x23\x89\x8a\xaf\xd6\x99\x50\x28\xd6\x64\x85\x29\xc7\x3c\x58\xfd\x8f\x39\x1a\xc9\x91\xa4\xb0\xf9\xf5\x2b\x20\x19\x68\x23\x96\x5d\x8e\x14\xab\xd4\xb7\x40\x29\x57\x41\xf1\xee\x2a\x81\x7e\x76\x95\xdf\x87\x40\x47\xa3\x54\x28\x66\xa0\xc6\x5c\x8f\x3d\x28\x65\x4e\x44\xb2\xca\x9f\x74\xe2\x53\x1a\xcc\x3b\xd3\xb2\xab\x54\x7c\x32\x6b\xd3\xfa\xe2\x29\xe5\x6a\xdb\xe0\x84\x82\x0b\x60\x5b\x71\xe4\x59\x27\x6c\x7b\xbc\x4d\x0f\xb3\x6d\x4f\x00\x9f\xe0\x1e\xcc\x3b\xc3\xd9\x53\x65\xf3\x23\x86\x70\x26\x9f\xf9\xab\xd8\xc8\x9c\x2a\x09\x87\x6c\xab\xab\x94\xea\x9b\x47\xd7\xcb\x75\xe4\xc3\x35\xe4\x6f\xf5\xef\x9d\xe8\xd8\xb2\x2f\x24\x92\x71\x8a\x21\x84\xe0\x23\x30\x8f\x52\x6c\xa6\x70\x6e\xeb\x4f\x35\xce\xc2\xa9\x98\x4c\xbe\xd6\xa1\xf3\xb5\x0b\xf4\x79\x6e\x86\xb9\x4e\xdf\xda\x4c\xc1\xf1\xd9\x3a\xb9\x7e\x32\x2f\x56\x1a\x46\x38\xeb\xbe\x02\xee\x52\x0b\x15\xcf\xc5\xb2\xf3\x9e\xa2\xe7\x37\xe1\x4e\xd7\xe1\x2e\xff\x27\xb8\xe7\x46\xa8\x24\xdb\x3a\xca\x62\x70\x40\x51\x89\x42\x34\x85\x7c\xb6\xad\x90\x98\xd6\x51\xf2\xb6\x2d\x14\x93\x69\x33
func static_icon_svg() ([]byte, error) {
return bindata_read(
_static_icon_svg,
"static/icon.svg",
)
}
var _static_icon_192_png = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x34\x98\x55\x58\xd4\x0d\xd0\xf6\xff\xcb\x12\x4b\x87\xc0\x52\xc2\xb2\xb4\xd2\x2d\x2d\x5d\x92\x3e\x80\x8b\x0f\x20\xdd\xdd\xb9\x34\x28\x2d\x20\xdd\x20\x8d\x48\x77\x97\x22\xb0\x22\x21\x2d\x2c\xdd\x29\x4b\x7e\xd7\xf3\x7e\xef\x7b\x30\x07\x73\xcd\xc9\x9c\xdc\x73\xff\xe6\x8e\xd5\xd1\x52\x21\x26\xa0\x23\x00\x00\x80\x58\x4d\x55\x51\x0f\x00\x80\xde\xff\x0a\x82\x0b\x00\x80\xde\x92\x23\x1e\x00\x00\xd8\x1e\xf2\x6a\xaf\x21\x10\x08\x24\x10\x62\x19\x03\x00\x00\xbe\xab\xea\x1b\x0f\x00\xc0\xfe\x6f\x04\x80\x68\x59\xb2\x1c\x00\x00\xa0\xf5\x54\x32\xf2\xd4\x77\xb1\xf6\xf4\x79\xe7\x6e\x05\xf8\xf8\xf8\xf0\xda\x39\x3b\x78\x58\xbc\x73\xb5\xe2\x75\x71\xb7\xc9\x3e\x92\xa2\x03\x00\xba\x73\x35\xc5\x97\xaf\x7d\x73\x0e\x73\x03\x32\x28\x67\x32\x1f\x7b\x3e\xb7\x07\xdc\x08\x0a\xf1\x8f\xbb\x7e\xfc\x00\x81\x60\x11\x98\xcb\x19\x39\x13\x50\x14\x27\x16\x39\x3b\xd3\x34\xbc\xf1\x99\x11\xf1\x5b\x67\x63\xa5\x77\x71\x53\xa0\xf0\x38\x6d\xb9\xf9\xfe\x6a\xc3\xba\xb8\x56\x2d\xee\x3a\xc3\x96\x37\x5b\xd1\x62\xc9\x56\x10\x2c\x44\x00\x8f\xe1\xef\x5d\xe2\xe3\x87\x5a\x67\xec\x66\x76\x1b\xf8\x18\xce\xf8\xfd\x25\x8d\xc0\xb1\x8c\xda\xcd\xaa\x94\xf9\x67\x79\xfb\x7c\x55\x73\xee\xc5\xf6\xed\x78\x8e\x8b\x61\xae\xfe\x76\x90\x69\x54\xc3\x54\xfb\x55\x27\x30\x17\x66\xc8\xaf\x2c\x06\x18\x61\x9b\xd1\x21\x63\x81\xf7\x13\xb3\x06\x29\x1c\x3b\xa9\x6b\x4d\x28\x03\xc1\x1d\x38\x4a\x2f\x8a\x19\x5c\x00\x95\xc3\x23\x3f\xbc\xe4\x3c\xf8\x2b\xf5\xe6\x6c\x98\x41\xb8\x34\xda\x61\x30\xea\xa6\xc0\x61\x2c\x25\x89\x4e\xd5\xd1\x3c\xee\x08\x6c\x94\x39\x63\xcf\xc6\x1b\xaa\x20\x62\x5f\x7c\x39\x75\x6d\x8e\xd2\xfb\x1a\x8d\x0b\x92\xa2\xd0\x09\x4a\x7c\xa5\x12\xed\x5f\xf6\x7c\xc2\x16\xb9\x25\x42\x38\x1b\x7e\xdd\x40\x94\x61\x5f\x25\x13\xdb\xc0\x6c\x79\xdd\x3d\x1a\x50\x82\x2a\x2d\x2a\x8d\x4b\x21\x51\x6e\xc5\xdc\xfd\x4a\xee\xc9\x7d\x08\x75\xbf\xe1\x43\x18\x4e\xde\x72\xb3\x3c\x54\xe6\xdc\xe1\x90\xf4\xf1\x93\x0c\x7a\x6f\xf6\xa1\xf1\x90\x76\x83\x27\xb2\xf1\x7d\x63\x7f\xf3\x1f\xfa\xb8\x7c\x90\xe9\xff\x9c\x1f\x61\x0d\x24\xba\x7f\xd6\x58\xd7\x89\x99\x1b\xaa\xe2\x2a\xac\x23\xe7\x19\x74\xa7\x39\xca\xf8\x28\x75\x96\xff\xf8\x77\xe3\xb6\xf1\xad\xe8\xa3\xa0\xeb\x0d\x21\x7a\xbd\x79\x8a\xb9\x98\xb7\x9b\x18\xff\x5e\x10\x25\xef\x28\x6f\xa1\x68\x98\x9f\xbf\x87\x79\x7e\xd2\x0d\x22\xa9\xcb\xa0\xfe\x25\xc5\x46\x2c\xde\x3c\xc0\xc2\x65\xe6\xab\x5f\xf4\x1e\xbe\xb0\x59\xe4\x35\x4f\xe8\x45\x5d\x95\xd7\xa6\x3f\x95\xf6\x1a\x90\x3b\xa7\x7c\x7c\x8e\x46\xf3\xf9\xfa\x3a\x14\x09\x3e\x72\xc8\x02\x5f\x2a\x62\x61\x3d\xf4\x80\xd1\xfe\xc2\x39\x56\xc9\x6d\xc7\xa6\x81\xcd\xbb\x81\xc5\x99\x67\x7b\x1a\xd0\x5e\xb4\x6c\x1f\xf0\x2b\xc5\x83\xd2\x19\x7b\xee\xfb\x98\xe9\xfc\x09\x6f\x53\xd6\xcd\x4f\xcc\xcd\xb8\x2c\xe5\x86\x91\x9b\x79\x6e\x7f\x4c\x2d\xb4\x46\x11\x4e\xb2\x92\x5b\x5b\x78\x74\xa1\x4e\x74\xae\x27\xec\x22\xb0\x83\x8b\x63\xc6\x1b\x38\xc0\x51\x8f\xb5\xa7\x71\x5c\xc0\xeb\xf5\x62\xe2\x44\xa6\x9c\x0c\x16\x35\x44\x20\xa7\xaf\x48\x98\x8c\x66\xa4\x9b\xf2\x3e\xf5\xf6\x12\x00\xea\x6c\x79\xb0\x32\xd7\x87\xea\xc3\x9d\x52\xb0\xc2\x70\x85\x02\x7c\x35\xdc\x41\x40\x8f\x2d\x4f\x58\x66\xb5\x5c\xf7\xf5\x33\x4e\xce\xb2\x99\xb3\x2d\x34\x06\x08\x2b\x6a\x12\x47\x16\x85\x05\x5e\x3d\x7f\xcd\x59\x28\xa6\xa3\x60\xfe\x0c\x49\x81\x42\xe4\xc8\x33\xcb\x3e\x52\x51\xab\xad\x0c\xef\xaf\x6f\x00\x71\x4f\x78\x86\xd4\x54\xc1\x94\x58\x5c\x1b\x49\xba\x50\x42\xac\x0c\x18\xe2\xfd\x74\x52\xa2\x1c\x46\x2b\xab\x1d\x13\x2a\x0e\x7e\x97\x62\xcb\xa5\xa5\x48\x07\x4b\x64\x8e\xbf\x89\x0b\x27\x4f\x8b\x29\xfb\x30\xbb\xfe\xba\x04\x74\x46\x95\x0b\xef\x14\x5d\xc0\x03\x37\x28\x6a\xb8\x09\xfe\x04\xfc\x20\xb4\x94\x42\x57\x4a\x92\x7d\x76\x79\xb6\x3c\x5a\x2a\x74\xb0\x49\x33\x06\x35\x13\x7a\x27\xd0\x67\x9c\xa2\xa6\x56\x90\x1d\x32\x30\x2c\x09\xe5\xc0\x82\x57\x30\x3d\x54\x54\xda\x8a\x63\x87\x0c\x0c\x35\x3b\x01\xa3\xfe\x9d\xb2\xad\xb0\xe5\x72\x96\xa7\x83\xc9\xae\xdd\xc9\x39\xe2\x95\x5e\x13\xa0\xe4\x97\xa2\x84\x91\xb7\xcc\x26\xd0\x9a\xc2\xd4\x7a\xbd\x46\x32\x31\x38\xf1\x9a\x7b\xdc\xf0\xb5\x81\xfa\xc9\x9d\x86\x69\x0a\x4b\x09\xe8\x2d\x91\x8b\xfa\x6b\x78\x25\x54\x8f\xa1\x6e\x53\x15\xdc\x9a\x66\xd0\x94\x02\x5f\x40\xa0\x04\x97\x12\xa4\x88\xb6\xe5\xcb
func static_icon_192_png() ([]byte, error) {
return bindata_read(
_static_icon_192_png,
"static/icon_192.png",
)
}
2021-04-25 09:25:41 +00:00
var _static_index_html = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x92\x5f\x4e\xc3\x30\x0c\x87\xdf\x39\x85\xc9\x2b\x52\x72\x81\x6c\x57\x99\x42\xe2\xb6\xee\xf2\x67\xaa\xbd\xaa\x65\xda\xdd\x51\x96\x0d\x90\x8a\x00\xf1\x14\x3b\xfe\x3e\xeb\xa7\x28\xf6\x39\x14\x2f\xeb\x09\x61\x90\x14\xf7\x4f\xb6\x1d\x00\x76\x40\x17\x6a\x01\x60\x85\x24\xe2\xfe\x72\x01\x7d\xab\xe0\x7a\xb5\xa6\xdd\xb5\x79\xa4\x7c\x84\x09\xe3\x4e\x25\x97\xa9\x43\x16\x05\xc3\x84\xdd\x67\xaf\x47\x2e\x59\x6d\x70\xf2\x25\x3f\xd0\xce\xcd\xb5\xd5\xe4\xcb\xcf\xe0\x8d\xe2\xb9\x57\x50\x73\xef\x14\x25\xd7\xa3\xe1\xb9\x7f\x59\x52\xdc\xaa\x2c\x6b\x44\x1e\x10\x3f\x42\x69\xe3\x99\x0d\xe5\x80\x8b\xf6\xcc\x0a\xcc\x9f\xa5\x45\x70\x4a\xff\x92\x0e\xfe\xcc\x52\x12\xbd\xe1\x17\xdd\x9a\xc7\x2b\xdb\xd7\x12\xd6\xfb\xc6\x40\x33\x50\xd8\xa9\xaa\x51\x76\x51\xed\xad\x09\x34\xdf\xa7\xec\x27\x3a\x09\xf0\xe4\xeb\x7e\x77\x96\xe1\x20\xe5\x88\x59\x8f\x5c\xc1\x36\xfe\x96\xf5\x25\x77\xd4\xff\xce\x8d\x6c\xfa\x22\xb2\x6e\x48\x6b\x5a\x4a\x6b\xda\x2f\x79\x0f\x00\x00\xff\xff\xf0\xa7\x66\x2c\x3d\x02\x00\x00")
func static_index_html() ([]byte, error) {
return bindata_read(
_static_index_html,
"static/index.html",
)
}
2021-04-25 09:25:41 +00:00
var _static_js_gotty_js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\xbd\x6d\x76\xdb\x48\xb2\x28\xf8\x7f\xb6\xd0\x7f\x28\x74\x37\x0b\x28\xa6\x68\x7c\x13\x20\x0d\xeb\xb2\x24\xab\xab\x6e\xb9\x5c\x6e\xdb\xd5\x7d\xdf\xa5\xd9\x1e\x88\x4c\x49\x68\x53\x00\x1b\x00\xfd\xd1\x92\xee\x3b\x67\x76\xf1\xce\x99\x15\xbc\x3d\xcc\x99\xbd\xbc\x0d\xcc\x16\xe6\x44\xe4\x07\x32\x01\x90\x52\xb9\xfb\xde\x99\x72\x11\x4a\x64\x44\x66\x46\x46\x46\x46\x44\x7e\x20\xf3\xc9\xb7\x47\x83\xf3\xa2\x1c\x6c\xb2\x15\xcd\x2b\x3a\xc8\xf2\xcb\xa2\xbc\x49\xeb\xac\xc8\x07\xdb\x0d\x4d\x2b\x3a\xa8\x28\x1d\x5c\x15\x75\xfd\x65\xfc\xd7\x6a\xfc\xe2\x87\xd3\xe7\x2f\xdf\x3c\x1f\xd7\x9f\xeb\xc1\xb7\x4f\xfe\x37\xd3\xb4\x92\x67\xb7\x1f\xd3\x72\x40\x93\x5b\x77\x12\x4e\x69\xf2\xec\xd6\xd8\x41\xaa\xba\xcc\x56\xb5\x31\xcb\x2e\xcd\x8f\x45\xb6\x1e\xd8\x47\x49\x52\x5b\xf5\x75\x59\x7c\x1a\xe4\xf4\xd3\xe0\x79\x59\x16\xa5\xf9\xcd\x1f\x36\xc5\x45\xba\x19\x18\x9b\xec\xc2\x18\x14\x17\x7f\xa5\xab\x7a\x90\x6e\x4a\x9a\xae\xbf\x0c\xe8\xe7\xac\xaa\xab\xf1\x37\xd6\x0c\x0a\xa8\x93\xdb\x72\x97\xd7\xd9\x0d\x3d\xa3\x5b\x9a\xaf\x69\xbe\xca\x68\xf5\x7e\x7a\x7b\x4f\xb2\x3c\xab\x4f\xd3\xcd\xe6\x22\x5d\x7d\xa8\xde\x4f\x17\x4b\x52\xd6\x6b\xba\x9d\x5e\xee\xf2\x15\xd4\xc4\xa4\x16\xd2\x58\xce\xea\xf2\xcb\x6d\x8b\x86\xfb\x55\x5a\xaf\xae\x05\x4a\x96\xd0\x71\x55\xa7\xab\x0f\xe3\x6a\xbb\xc9\x6a\xd3\x78\x97\x1b\xd6\xac\x4c\xb2\xf1\x86\xe6\x57\xf5\xf5\xb3\xc4\x3b\xc9\x16\xee\x72\x5c\xd2\xed\x26\x5d\x51\xf3\xc9\x5f\xde\x55\xdf\xa6\xf5\xbb\x6a\xf4\x84\x18\x86\x35\xcd\x16\x4e\x0b\x78\xc5\xaa\xb8\x2a\xd6\xf4\x5f\x10\xe7\xfe\xb2\x28\x4d\x28\xac\x48\xec\x59\xf1\x34\x2d\xaf\x76\x37\x34\xaf\x2b\x5e\xc4\xac\x18\x8d\x18\x31\x79\x22\x61\x8b\x62\x09\xac\xcc\x07\x59\x5e\xd5\x69\xbe\xa2\xc5\xe5\x60\x5e\x96\xe9\x17\xab\x1e\x63\x65\xc7\xe9\x76\xbb\xf9\x62\xd6\x24\xb7\x66\x74\x53\x51\xcc\xa0\x4a\xea\xeb\xac\x1a\xf7\xf1\x6d\x91\x2f\x67\xd5\xdd\x9d\x79\x18\x25\x59\x2c\x2d\x52\x8d\xb7\xbb\xea\xda\x2c\xad\xfb\xfb\x7b\x42\xf3\x6a\x57\xd2\xd7\x7d\x2d\x21\xd9\x6d\x71\x89\x38\xb2\x67\xa2\xaa\xe5\x20\xcb\x07\x75\x6f\x31\x96\xc0\xc9\x92\x7e\x84\x45\xb9\x24\x45\x52\x8a\x16\x19\x1b\x16\xc9\x93\x4f\x59\xbe\x2e\x3e\xdd\xdd\x55\x74\x73\x49\xaa\xc4\x9e\x55\x4f\x0b\xc1\xc0\x0a\x18\x98\x5d\x9a\x47\x66\xb1\xa8\x96\x59\x3e\xc8\x2d\xeb\x76\x55\xe4\x55\xb1\xa1\xe3\x4f\x69\x99\x9b\xdf\xfc\x94\x55\x55\x96\x5f\x0d\x8c\x6f\x46\xe5\xe8\x1b\x63\x90\x55\x83\x9c\xd2\x35\x5d\x0f\x2e\xbe\x7c\x43\x32\x8b\xd0\xe4\xc8\x99\x5d\x94\x34\xfd\x70\x9f\x27\xf9\x02\x32\x5a\xde\x43\x9e\xb4\x23\xc4\xc6\x79\x9a\x6d\xe8\x7a\xc0\x69\x1f\xac\x05\xf1\x5f\x06\xab\x6b\xba\xfa\x60\x58\xf7\xa4\xa4\x57\x59\x55\xd3\xf2\x87\x3c\xab\x15\xb9\x24\xa5\x75\x5b\xd2\x7a\x57\x02\x73\x74\x31\x66\x4c\x5f\x50\x52\x2e\x2d\x52\x32\x21\x6f\xa5\x14\x4c\xd3\x13\x92\x22\x51\x5a\x22\xbb\x34\x85\xec\x0a\xa1\xca\xc6\xd5\x75\x76\x59\x9b\xd6\xac\x1c\x0e\x4b\xd3\xc0\x9c\x07\xc6\x28\x5f\xd8\x4b\x8b\xe4\x0b\x67\x69\xd6\xe3\xcb\x71\xba\x49\xcb\x1b\xb3\xb0\xac\x7b\x90\xa7\x01\x35\xad\x7b\x10\x41\x43\x64\x6e\x1c\x25\xf5\x97\x2d\x08\x62\x0f\x4b\x04\x7f\x0b\x68\xf8\x8f\xe9\x26\x5b\x0f\x84\x2c\x4f\x07\x45\x0e\x6c\x30\xac\x59\x3d\xde\x2f\x4e\xa6\x45\x2a\x5a\xbf\xcd\x6e\x68\xb1\xab\xcd\x82\xd8\xd6\xfd\xfd\xec\x4d\x5d\x66\xf9\xd5\x78\x5b\x16\x75\x01\x85\x8f\xb7\xe9\xfa\x4d\x9d\x96\xf5\xdd\x9d\xb9\x17\x96\x28\x5c\xab\x05\xbf\x4d\x7a\xcc\x24\x9f\xf3\xe6\x69\x62\x9f\xb0\x1c\x4c\x88\xb6\xa6\x5c\x6d\x25\x49\x52\x0f\x87\x66\x9d\x18\x03\xc3\x22\xf4\x59\xcd\x13\x60\x5c\x0d\x3d\x9d\xa6\xb5\x49\x9f\x88\xf8\x91\x63\x59\xa4\x1e\x57\xa0\x50\x4d\x9b\x50\x6b\xa4\xe6\x6a\xdd\x5b\xa4\x8f\xce\xe7\xf9\x7a\x4f\x0d\x9e\xe7\xeb\xff\x7a\xfa\xd5\x8c\x46\x6a\x65\x80\xfe\x7a\xbc\x2a\x36\x45\x59\x25\xb7\xf7\x32\x3c\x2e\xe9\xfb\xe4\xf6\x9a\x7e\x76\xc2\xe9\x93\xdf\x9a\x8b\xf4\xf8\xd2\x3e\x8e\x97\x56\x5f\xe8\x49\x46\xae\xe9\x67\xd7\x57\x11\x6f\xdd\x7b\x6b\xff\xcb\x93\x8c\x94\x57\x17\x53\x10\xaf\xd7\xf4\xea\xf9\xe7\xad\x69\xfc\xe5\x49\xf5\x6d\x79\x75\xf1\xa4\xfa\xf6\x89\xf9\xa4\xfa\xd6\x7c\xb2\xbe\x75\x88\x77\x6f\x3d\xa9\xbe\x25\x0f\xbc\x3f\x81\xc7\xef\x8c\x46\x49\xbf\x7b\xf2\xe4\x8a\x18\xef\xde\x19\x16\x31\x32\xc3\x82\xb2\xd2\xbe\xc2\xd2\
func static_js_gotty_js() ([]byte, error) {
return bindata_read(
_static_js_gotty_js,
"static/js/gotty.js",
)
}
var _static_js_gotty_js_license_txt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x98\x5f\x6f\xe3\xb8\x15\xc5\xdf\xe7\x53\xdc\xce\xd3\x64\xa0\xd8\xce\xec\x74\xb7\x3b\x8b\x01\x2a\x4b\xb4\xcd\x56\x96\x5c\x91\x4e\x36\x8f\xb2\x44\x5b\xcc\x4a\xa2\x40\xd2\x49\xf3\xed\x8b\x4b\x4b\xfe\x93\xf1\x24\x2d\xa6\x28\xfa\xe0\x87\xc0\x86\x44\x1e\x9e\x7b\x49\x9f\x1f\x91\xe1\xc7\x3f\xbd\x83\x8f\x50\xc9\x55\xd6\xb6\x06\x3e\x94\xd6\xb6\xe6\xcb\x70\xd8\xb4\xf5\x83\x19\xe4\xaa\x1e\xb6\x59\xfe\x47\xb6\x11\xc3\x6e\xc8\x15\x0e\xff\x6b\x25\x73\xd1\x18\x01\x63\x16\x5e\xff\x74\x1d\x54\xd9\xd6\x08\xf7\xe2\x51\x68\x23\x55\x03\x37\x83\x5f\x46\x83\x11\x3e\xfa\xfa\xb5\x9b\x39\x8c\x68\x40\x62\x46\xbe\x7e\xc5\xc7\xc3\x21\x04\xaa\x7d\xd6\x72\x53\x5a\xf8\x90\x5f\xc1\xa7\xd1\xe8\xe7\xeb\x4f\xa3\xd1\xaf\xc0\x4b\x01\x41\xa9\x55\x2d\xb7\x35\x24\x0c\xfc\xad\x2d\x95\x36\x03\xf0\xab\x0a\xdc\x04\x03\x5a\x18\xa1\x1f\x45\x31\xd8\x69\x75\x8a\xa9\x28\xa4\xb1\x5a\xae\xb6\x16\x4d\x64\x4d\x01\x5b\x23\x40\x36\x60\xd4\x56\xe7\xc2\x3d\x59\xc9\x26\xd3\xcf\xb0\x56\xba\x36\x1e\x3c\x49\x5b\x82\xd2\xee\x53\x6d\x6d\x27\x54\xab\x42\xae\x65\x9e\xa1\x8c\x07\x99\x16\xd0\x0a\x5d\x4b\x6b\x45\x01\xad\x56\x8f\xb2\x10\x05\xd8\x32\xb3\x60\x4b\x01\x6b\x55\x55\xea\x49\x36\x1b\xc8\x55\x53\x48\x9c\x64\x70\x52\x2f\x26\xec\x97\x13\x9b\x00\xf0\xf1\x85\x57\x03\x6a\xdd\x9b\xcc\x55\x21\xa0\xde\x1a\x0b\x5a\xd8\x4c\x36\x6e\x8d\x6c\xa5\x1e\xf1\x55\xd7\xb2\x4e\xa9\x51\x56\xe6\xc2\x03\x5b\x4a\x03\x95\x34\x16\x65\x8e\x4d\x34\xc5\x0b\x87\x85\x34\x79\x95\xc9\x5a\xe8\xc1\x6b\x6e\x64\x73\xdc\xa7\xde\x4d\xab\x55\xb1\xcd\xc5\xc1\x50\x27\xb1\xb7\xf5\x43\x86\x3a\xb1\xae\xe0\x42\xe5\xdb\x5a\x34\x36\xeb\xb7\x72\xa8\x34\x28\x5b\x0a\x0d\x75\x66\x85\x96\x59\x65\x0e\x7b\xe1\xb6\xd1\x96\xbd\xa1\xe3\x62\x4e\xea\x8c\x85\x74\x12\xb8\x42\x93\xd5\x02\xed\x4d\x95\xda\x54\x02\x68\x93\x0f\xa0\x51\x87\x77\x6e\x4f\xa4\x35\xfb\x22\x9b\x9d\xa6\xd2\x06\xea\xec\x19\x56\x02\x4f\x57\x01\x56\x81\x68\x0a\xa5\x8d\xc0\x83\xd4\x6a\x55\x2b\x2b\x60\xd7\x2b\x6b\xa0\x10\x5a\x3e\x8a\x02\xd6\x5a\xd5\x9d\x94\xeb\x8e\x51\x6b\xfb\x84\x47\xab\x3b\x7a\x60\x5a\x91\xe3\xa9\x83\x56\x4b\x3c\x91\x1a\xcf\x5b\xb3\x3b\x79\xc6\x1c\x2a\xe9\x44\xf8\x8c\x32\x60\xc9\x84\xdf\xf9\x29\x01\xca\x60\x91\x26\xb7\x34\x24\x21\x8c\xef\x81\xcf\x08\x04\xc9\xe2\x3e\xa5\xd3\x19\x87\x59\x12\x85\x24\x65\xe0\xc7\x21\x04\x49\xcc\x53\x3a\x5e\xf2\x24\x65\x9d\xd2\x7b\x9f\x01\x65\xef\xdd\x6b\x3f\xbe\x07\xf2\xfb\x22\x25\x8c\x41\x92\x02\x9d\x2f\x22\x4a\x42\xb8\xf3\xd3\xd4\x8f\x39\x25\xcc\x03\x1a\x07\xd1\x32\xa4\xf1\xd4\x83\xf1\x92\x43\x9c\xf0\x4e\x27\xa2\x73\xca\x49\x08\x3c\xf1\x9c\x81\x6f\x27\x43\x32\x81\x39\x49\x83\x99\x1f\x73\x7f\x4c\x23\xca\xef\xdd\xaa\x13\xca\x63\x5c\x71\x92\xa4\x9d\x96\x0f\x0b\x3f\xe5\x34\x58\x46\x7e\x0a\x8b\x65\xba\x48\x18\x01\x2c\x34\xa4\x2c\x88\x7c\x3a\x27\xe1\x00\x68\x0c\x71\x02\xe4\x96\xc4\x1c\xd8\xcc\x8f\xa2\xd3\xba\x3b\xa9\xe4\x2e\x26\x29\x16\x73\x5c\x3a\x8c\x09\x44\xd4\x1f\x47\x04\x17\x75\x65\x87\x34\x25\x01\xc7\xfa\x0e\xdf\x02\x1a\x92\x98\xfb\x91\xd7\x69\xb1\x05\x09\xa8\x1f\x79\x40\x7e\x27\xf3\x45\xe4\xa7\xf7\x5e\xa7\xcc\xc8\x3f\x96\x24\xe6\xd4\x8f\x20\xf4\xe7\xfe\x94\x30\xf8\xf0\x6f\x75\x6a\x91\x26\xc1\x32\x25\x73\x2c\x22\x99\x00\x5b\x8e\x19\xa7\x7c\xc9\x09\x4c\x93\x24\x74\xbb\xc0\x48\x7a\x4b\x03\xc2\x7e\x83\x28\x61\xae\x89\x4b\x46\x7a\x4b\xa1\xcf\x7d\x67\x62\x91\x26\x13\xca\xd9\x6f\xf8\x7d\xbc\x64\xd4\x75\x94\xc6\x9c\xa4\xe9\x72\xc1\x69\x12\x5f\xc1\x2c\xb9\x23\xb7\x24\x85\xc0\x5f\x32\x12\xba\xd6\x27\x31\x16\xbf\x3f\x53\x24\x49\xef\x71\x01\xec\x8d\xdb\x1f\x0f\xee\x66\x84\xcf\x48\x8a\xdd\x76\x1d\xf4\xb1\x35\x8c\xa7\x34\xe0\xc7\xc3\x92\x14\x78\x92\xf6\x15\x1e\x6a\x87\x98\x4c\x23\x3a\x25\x71\x40\x70\x4c\x82\x5a\x77\x94\x91\x2b\xf0\x53\xca\x70\x00\x75\x16\xe0\xce\xbf\x87\x64\xe9\x9a\x80\xdb\xb8\x64\xa4\xdf\xc0\xc9\xe9\x61\xf7\xdc\x96\x03\x9d\x80\x1f\xde\x52\x2c\xa4\x9b\xb2\x48\x18\xa3\xdd\xb1\x72\xad\x0c\x66\xdd\x66\xe0\x4f\x67\xf8\xee\x5d\x87\xbb\x7f\x5a\xa1\xeb\xd7\x60\xe7\x06\x9c\xa2\x6e\x4e\xf9\x09\xe1\x3e\x0f\x6e\x6e\x7a\xc2\xb9\xe1\xa7\x7c\x7b\x09\xb7\x9b\x5f\xae\x3f\x8d\x6e\x7e\xf5\x1c\xdd\xdc\xf8\xc1\x83\x81\x6c\x87\xb6\x83\x95\x8d\xb4\xe5\x76\
func static_js_gotty_js_license_txt() ([]byte, error) {
return bindata_read(
_static_js_gotty_js_license_txt,
"static/js/gotty.js.LICENSE.txt",
)
}
2021-04-25 09:25:41 +00:00
var _static_js_gotty_js_map = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xd9\x72\xe3\x4c\xaf\x20\xf8\x2e\x8a\x8e\x98\x8b\x4f\x7d\xaa\xbc\xdb\x67\xae\x92\x14\x25\xb3\xac\xcd\x5a\xec\x72\x4d\x74\x30\x28\x32\x25\xd1\xa6\x48\x16\x49\xd9\x96\xe7\xe5\x27\xb0\xe4\x42\x5a\x55\xdf\xf2\x4f\x4f\x9f\xe8\xf9\x6f\xa4\xdc\x57\x24\x12\x40\x02\xe0\xff\xdd\x79\x95\x65\x95\xe4\x59\xe7\x3f\xcf\xba\x9d\x2a\xdf\x97\x91\xac\x3a\xff\xf9\x7f\x75\xde\xe4\xaa\x08\xa3\x97\xff\xfc\xf2\x65\x93\xd7\xf5\xe1\xcb\x7f\x7c\xc9\xf2\x58\x06\xbb\x3c\xde\xa7\xb2\xfa\x92\x26\xab\xb0\x28\xaa\x2f\xdb\x5a\x96\xbb\x2f\x71\x52\xd5\x5f\x9e\x39\xc6\x65\xfe\xe3\xb9\xea\x74\xff\xac\x99\x77\xa8\xf0\xdf\xc3\x38\xce\xb3\xff\xbe\x4e\x6a\x68\xb6\x9d\xf6\xb7\xdb\x79\x93\xab\xff\x9e\x26\xd9\x4b\xf5\xa9\x35\x9d\xf3\x4f\xda\xdc\xa4\xc7\xda\xdb\xa4\x7f\xbd\x2d\x53\xff\x57\x75\xaa\x32\xa2\x35\xfc\x8f\xfa\xd7\x05\xde\xe4\xaa\xca\xa3\x17\x59\xff\x49\xa1\xba\x3e\xfc\xae\xc4\xfb\xaf\xfb\xe1\xf8\x97\x55\x9e\xd7\x55\x5d\x86\xc5\x2f\x1b\xd9\x85\x49\x06\x6d\xfc\x8f\x6e\x27\x0b\x77\x04\x39\x69\xb2\xea\x74\x3b\x5e\x59\xe6\x65\xa7\xdb\x79\x0d\xcb\x20\x2c\x37\xd0\x0d\x41\x57\xa7\xdb\x91\xef\x10\xab\xc3\xe8\x45\x94\x65\x78\x50\x11\xf8\x2f\xd2\xa4\xee\x74\x3b\xa9\xcc\x36\xf5\xb6\xd3\xed\x94\xb2\x48\x43\xac\x94\x74\xba\x9d\xb0\xdc\xec\x77\x32\xc3\x41\x17\x21\x16\x50\x2d\x94\x75\x2c\x61\x9c\x61\x51\xa4\x07\x2c\x0a\xbf\xf5\x36\x81\xb2\xe5\x3e\xab\x93\x9d\xec\xc9\x42\x66\xb1\xcc\xa2\x44\x56\x01\x34\xb1\xaf\xb6\xd8\x52\x55\xc9\x58\x0f\x70\x98\x54\x30\x04\x9a\x4f\xb7\x93\xaf\x9e\x61\xfa\x49\x16\xe7\x6f\x50\x46\xa6\xeb\x4e\xb7\x13\xe5\x59\x95\xa7\x30\xae\xb7\xb0\xcc\xb8\x38\xa4\x87\x69\xba\xa2\xb9\x24\x59\x52\xbb\x1c\xc5\xee\xf2\xcc\xcf\x70\x76\x79\x51\x07\x69\xbe\xe9\xef\xb3\xa8\x86\xa3\x47\x65\xc7\xf2\xbd\xc6\x19\x47\xd0\xcd\x36\x59\x43\x0c\xfa\x0a\xd3\xb0\xdc\xc1\xb2\x65\xd5\xbe\x94\xb3\xe3\x73\xa9\x64\xbd\x48\x76\x32\xdf\x43\xad\x79\x5d\x26\xd9\x06\xa6\x56\xe6\x75\x5e\x1f\x0a\x89\xd3\x8c\xe7\x75\x58\x42\x7e\x1d\x96\x1b\x59\x0f\xd5\x22\x63\x0e\xd7\xd8\x67\xb1\x5c\x27\x19\xae\x47\x29\x0b\x19\x42\xf9\x2a\x4d\x22\x6e\xc2\xcb\x62\x9c\x7e\x9a\x97\xb8\xb2\x12\x3a\xdf\xca\xf7\x93\x4b\xfa\x3f\x3d\x87\xd4\x0d\x80\xc0\x4c\x6e\xbc\xf7\x82\xa2\x21\xfd\xc1\xc6\xbf\x9f\x9c\x50\x7e\xb9\x59\x2d\xf2\xef\x27\x27\x08\x25\xe9\x1e\x3a\xa8\xa2\x10\x17\xf5\xb5\xd3\xed\x8c\x68\x83\x77\x09\x2c\x50\x9d\xeb\x11\x7e\x14\x21\x0c\x61\x17\xd6\xd1\x96\x9a\xbb\x95\xef\x8b\xdc\x9d\xcf\x09\x90\xca\xba\x7a\x4c\xb0\x6a\xb5\x5f\x55\x75\x89\xcb\x1b\xcb\xf7\x09\xac\x65\x95\x7c\x40\xfb\x90\x08\x6d\xad\x10\x52\xca\xf0\xb0\xc8\x67\x03\x47\x60\xb3\x05\x4e\xb4\xac\xa4\x9f\xd5\xd4\xbe\x6e\xbc\xe0\x75\x28\xf3\x3d\x2e\x03\x6c\x3a\xd6\xa4\xb9\xab\x60\x58\x6e\x08\x44\x5e\x25\x2e\xf7\x16\x01\x7e\xab\xa6\x7c\x8b\xd1\xa8\x0c\xa3\x17\x2a\x9f\xe5\xe5\x2e\x4c\x93\x0f\x49\xdd\xc4\x12\x46\x5a\x4b\x04\xc3\x30\x2d\xb6\x21\xed\xaf\xe0\xe0\x2e\x81\xfa\xab\xb0\x82\xa1\xd4\x09\x8e\xb2\x90\x65\x24\x31\x14\x96\x87\x13\xfa\x3b\x85\xb6\x92\xf5\x5a\xed\x17\x80\x10\x9f\x4a\x8c\x8f\x19\xc2\xeb\x7c\x98\xbf\xc9\xd2\xa5\x06\xab\x3a\x8f\x5e\x5c\xc8\x9f\x86\xa9\xac\x6b\xa9\x8a\x5b\xd1\x52\x86\xb5\xf4\xb2\xfd\xce\x9c\xd0\x87\x10\xe1\x81\xd6\xfb\x95\x22\xeb\x8c\xc2\x7c\x36\x4a\xd8\xd5\x35\x03\x7d\x85\x00\x1d\xe5\xb1\x5c\xce\x7c\x3b\xec\xe6\xbb\x22\xcf\x68\x2e\xb2\x8a\xc2\x42\xde\x2e\x46\x43\x98\x36\xec\x99\xac\x45\x14\xc9\xa2\x1e\x86\xd9\x66\x1f\x6e\x70\xfc\xd1\xb6\xcc\x77\x72\xbe\x2f\x8a\xbc\xac\x11\x70\x29\x05\x36\xfe\xe4\x9a\x0e\xe7\x6b\xb2\x09\x6b\x9c\x7a\xca\x35\xd5\x2e\xdf\xef\x25\xa2\x8a\x9f\xf0\x6f\x0e\x4e\x98\x94\x15\xff\xe3\x96\x1c\x19\xdd\x46\xd6\xcb\xd9\xd0\xa0\x17\xe8\x38\x0d\x77\x05\x42\x11\x6c\x51\xb6\xdf\xad\x64\x49\x25\x1f\xb7\x49\x2d\xab\x82\x70\xd9\x9b\x1d\x01\x6c\xb0\xc3\x7d\xd0\xe7\xf7\xad\x0c\x8b\x42\x96\x03\x99\xc9\x92\x87\x8d\x25\x36\xb2\x9e\x33\xa6\x4c\x73\x84\xb1\x54\x86\xa5\x39\xf7\xd0\x54\xb2\xc9\xf2\x52\xf6\x4b\xde\xdc\x56\x14\x11\xed\x64\xf5\x2c\x23\x3c\xd7\xbb\xb0\xac\xfb\x69\x9e\x97\xbd\xe4\x35\x89\x25\x8d\x59\xf7\x19\xcb\x2c\xdf\x25\x19\xc7\x5e\xc3\x14\x7a\x94\x49\x4a\x4b\x04\x21\xd8\x50\xa8\x0e\x8b\x10\x66\x71\xbe\xa3\x33\x43\
func static_js_gotty_js_map() ([]byte, error) {
return bindata_read(
_static_js_gotty_js_map,
"static/js/gotty.js.map",
)
}
var _static_manifest_json = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xce\xcd\x8a\xc3\x20\x10\xc0\xf1\xbb\x4f\x31\xb8\xd7\xdd\x64\x93\x5b\xf2\x2a\xa5\x88\x35\x92\x0c\xf5\x23\xa8\x81\xa6\xe2\xbb\x17\xc7\x53\x29\xf5\xe0\xc1\xdf\x5f\xc7\xcc\x00\x78\xdc\x7c\x48\xc2\x49\xab\xf9\x0c\x3c\x67\xe8\x12\x26\xa3\xa1\x14\xfe\x5b\xfd\xbb\xc4\x24\x43\x12\x47\x30\x95\xbb\xbe\x1d\xa2\xf2\x2e\xf2\x19\x2e\x0c\x00\x20\xd3\x5e\xdb\xa0\x5a\x55\x5d\x0c\xd3\xd8\xed\x6e\xa5\x1b\xc4\xe9\xdc\x69\x08\x5a\xb9\xea\xfe\x8d\x22\x3e\x75\x7d\x90\x0f\xd3\xf8\x18\xa6\x91\x13\x14\x06\x70\xa5\x81\x0b\xc6\xdd\xc8\xb3\x16\x16\x1d\x5a\x69\xfe\x0e\x6c\x7f\x49\x9b\xb6\x5a\x28\x6f\x7c\xa8\xfc\xf3\x4f\xab\xd9\x4d\xaa\xfb\x1a\xfc\xe1\x96\xcf\x80\x15\xf6\x0a\x00\x00\xff\xff\x14\x28\x68\x81\x1b\x01\x00\x00")
func static_manifest_json() ([]byte, error) {
return bindata_read(
_static_manifest_json,
"static/manifest.json",
)
}
// 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 Asset(name string) ([]byte, error) {
cannonicalName := strings.Replace(name, "\\", "/", -1)
if f, ok := _bindata[cannonicalName]; ok {
return f()
}
return nil, fmt.Errorf("Asset %s not found", name)
}
// AssetNames returns the names of the assets.
func AssetNames() []string {
names := make([]string, 0, len(_bindata))
for name := range _bindata {
names = append(names, name)
}
return names
}
// _bindata is a table, holding each asset generator, mapped to its name.
var _bindata = map[string]func() ([]byte, error){
"static/css/index.css": static_css_index_css,
"static/css/xterm.css": static_css_xterm_css,
"static/css/xterm_customize.css": static_css_xterm_customize_css,
2021-04-25 09:25:41 +00:00
"static/favicon.ico": static_favicon_ico,
"static/icon.svg": static_icon_svg,
"static/icon_192.png": static_icon_192_png,
"static/index.html": static_index_html,
"static/js/gotty.js": static_js_gotty_js,
"static/js/gotty.js.LICENSE.txt": static_js_gotty_js_license_txt,
"static/js/gotty.js.map": static_js_gotty_js_map,
"static/manifest.json": static_manifest_json,
}
// 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 AssetDir(name string) ([]string, error) {
node := _bintree
if len(name) != 0 {
cannonicalName := strings.Replace(name, "\\", "/", -1)
pathList := strings.Split(cannonicalName, "/")
for _, p := range pathList {
node = node.Children[p]
if node == nil {
return nil, fmt.Errorf("Asset %s not found", name)
}
}
}
if node.Func != nil {
return nil, fmt.Errorf("Asset %s not found", name)
}
rv := make([]string, 0, len(node.Children))
for name := range node.Children {
rv = append(rv, name)
}
return rv, nil
}
type _bintree_t struct {
Func func() ([]byte, error)
Children map[string]*_bintree_t
}
var _bintree = &_bintree_t{nil, map[string]*_bintree_t{
"static": &_bintree_t{nil, map[string]*_bintree_t{
"css": &_bintree_t{nil, map[string]*_bintree_t{
"index.css": &_bintree_t{static_css_index_css, map[string]*_bintree_t{}},
"xterm.css": &_bintree_t{static_css_xterm_css, map[string]*_bintree_t{}},
"xterm_customize.css": &_bintree_t{static_css_xterm_customize_css, map[string]*_bintree_t{}},
}},
2021-04-25 09:25:41 +00:00
"favicon.ico": &_bintree_t{static_favicon_ico, map[string]*_bintree_t{}},
"icon.svg": &_bintree_t{static_icon_svg, map[string]*_bintree_t{}},
"icon_192.png": &_bintree_t{static_icon_192_png, map[string]*_bintree_t{}},
"index.html": &_bintree_t{static_index_html, map[string]*_bintree_t{}},
"js": &_bintree_t{nil, map[string]*_bintree_t{
"gotty.js": &_bintree_t{static_js_gotty_js, map[string]*_bintree_t{}},
"gotty.js.LICENSE.txt": &_bintree_t{static_js_gotty_js_license_txt, map[string]*_bintree_t{}},
"gotty.js.map": &_bintree_t{static_js_gotty_js_map, map[string]*_bintree_t{}},
}},
"manifest.json": &_bintree_t{static_manifest_json, map[string]*_bintree_t{}},
}},
}}