gotty/server/asset.go

210 lines
2.0 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",
)
}
var _static_favicon_png = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x00\x5f\x03\xa0\xfc\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\x00\x00\x20\x00\x00\x00\x20\x08\x03\x00\x00\x00\x44\xa4\x8a\xc6\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\x74\x77\x61\x72\x65\x00\x41\x64\x6f\x62\x65\x20\x49\x6d\x61\x67\x65\x52\x65\x61\x64\x79\x71\xc9\x65\x3c\x00\x00\x01\xa4\x50\x4c\x54\x45\x1c\x1c\x1c\x2e\x2e\x2e\x1a\x1a\x1a\x25\x25\x25\x26\x26\x26\x24\x24\x24\x4e\x4e\x4e\x5f\x5f\x5f\x20\x20\x20\x1e\x1e\x1e\x1f\x1f\x1f\x22\x22\x22\x1d\x1d\x1d\x21\x21\x21\x3b\x3b\x3b\x19\x19\x19\x16\x16\x16\x2c\x2c\x2c\x29\x29\x29\x28\x28\x28\x27\x27\x27\x2b\x2b\x2b\x2a\x2a\x2a\x2d\x2d\x2d\x2f\x2f\x2f\x00\xac\x3a\x00\xa9\x3a\x60\x60\x60\x3a\x3a\x3a\x00\xae\x3b\x05\x9a\x38\x5e\x5e\x5e\x25\x24\x24\x52\x52\x52\x18\x18\x18\x39\x39\x39\x55\x55\x55\x5c\x5c\x5c\x5d\x5d\x5d\x37\x37\x37\x32\x32\x32\x50\x50\x50\x61\x61\x61\x5b\x5b\x5b\x4f\x4f\x4f\x58\x58\x58\x53\x53\x53\x59\x59\x59\x30\x27\x2d\x28\x1e\x24\x56\x56\x56\x54\x54\x54\x14\x14\x14\x2f\x2c\x2e\x17\x17\x17\x1b\x1b\x1b\x44\x44\x44\x35\x35\x35\x33\x33\x33\x4a\x4a\x4a\x36\x36\x36\x38\x38\x38\x20\x62\x36\x34\x34\x34\x30\x30\x30\x31\x31\x31\x23\x24\x24\x75\x75\x75\x2a\x22\x27\x20\x55\x32\x2e\x2b\x2d\x27\x1f\x24\x2e\x2a\x2d\x29\x26\x28\x62\x62\x62\x25\x21\x24\x26\x25\x25\x26\x2e\x29\x2b\x28\x2a\x20\x60\x36\x1f\x3b\x29\x2d\x25\x2b\x1f\x53\x32\x11\x70\x32\x25\x24\x25\x1d\x4f\x2e\x25\x29\x27\x1f\x52\x31\x00\xb1\x3b\x27\x2e\x2a\x77\x77\x77\x28\x2f\x2b\x2a\x31\x2d\x00\xb6\x3c\x23\x23\x23\x28\x25\x27\x2f\x2e\x2f\x11\x71\x32\x5a\x5a\x5a\x14\x66\x30\x30\x28\x2d\x2e\x25\x2c\x22\x5a\x35\x1e\x51\x2f\x2e\x31\x2f\x29\x21\x26\x2a\x3e\x31\x25\x26\x26\x2b\x32\x2d\x1c\x4f\x2d\x2c\x24\x2a\x30\x26\x2c\x28\x20\x25\x57\x57\x57\x00\xae\x3a\x27\x25\x26\x2a\x27\x29\x2c\x29\x2b\x25\x2d\x28\x00\xaf\x3b\x2c\x34\x2f\x22\x23\x23\x27\x1e\x24\x29\x30\x2c\x2b\x33\x2e\x04\xa0\x3a\x26\x23\x25\x1a\x50\x2d\x1f\x51\x30\x00\xb5\x3b\x00\xb3\x3b\x2b\x23\x28\x03\xa0\x39\x11\x6e\x31\x05\x99\x38\x1d\x50\x2f\x00\xb4\x3c\x2d\x2a\x2c\x63\x63\x63\x2f\x2b\x2e\x63\xda\xc5\x2e\x00\x00\x01\x51\x49\x44\x41\x54\x38\xcb\x85\xcc\xd5\x76\xc2\x40\x14\x40\xd1\x0b\x24\x78\x25\x81\x00\x2d\x69\x53\xdc\xdd\x1d\xea\xee\xee\xee\xee\xee\xde\x9f\x6e\xf2\x3c\x0c\xec\xe7\xb3\x0e\xcc\x72\x46\x19\x96\x91\x6b\x03\x2e\xc9\xd6\x62\xb1\x49\x1b\xfc\xb2\x54\x2c\x18\x0c\xae\x8b\xca\xa1\x58\x37\xf4\xb2\xdd\xbb\xf9\xa1\xfc\xe6\xf6\xb2\x01\xa5\x67\x8d\xe0\xb6\x1c\x75\xbc\x5c\xbd\x3e\x5c\xc7\xca\x1d\x2c\x42\xb0\x31\x7a\xda\xd8\xd0\x7c\xff\x87\x09\x8c\xb9\x91\xa9\x26\x3e\xd8\xef\xd4\xa3\x98\x9c\x0c\x64\x8e\xc3\x67\x21\x98\xff\xa1\x50\x3a\x07\xc7\x07\x6f\x5b\x42\x70\x77\xc1\xa0\x68\x3e\xe0\xb2\xed\x5f\x42\x30\x37\xa8\x43\x69\xb2\x76\xb0\xa7\x76\x26\x84\x60\xe6\x9c\x46\x69\x53\x36\xb0\x15\x8e\x0f\xf8\xe0\x73\xa0\x47\x83\x22\x0a\x1e\xb0\xa5\x6f\x9f\x16\xa6\xbf\xdf\x2f\x97\xb4\x28\x49\xda\x03\x1e\x67\xdf\xf0\xca\xc7\xd8\xda\xe4\x19\x81\x22\x9d\xab\x10\x70\xb6\x3e\x86\x42\xa1\xae\xfe\xbd\xb2\x81\x0f\x02\xa5\x9b\x16\xc1\xb8\xa4\x8c\xc5\x12\x1f\x14\x55\x24\x96\xaa\xe8\x83\x13\x91\x5c\x85\x25\x17\x85\x21\xac\x57\xd6\x60\x29\xf5\x56\x08\x53\x0a\x39\x96\x82\xb2\x82\x95\x51\x2b\xb1\xd4\x8c\x15\x22\x3a\x50\x60\x81\x2e\x02\x7e\x3a\xa1\xc6\x4a\xd0\x7e\x30\xd1\x62\xc0\x12\x0b\x81\xa6\x52\xa0\x31\x55\x09\xb4\x26\x70\x11\x66\x31\x96\x59\xeb\xaa\x16\x78\xf9\x20\x5e\x87\x15\x27\xbc\xe0\x25\xa3\xf5\x58\x51\x52\x0a\x19\x03\x29\xc1\x22\x0d\x19\xb0\x4b\x2b\xb2\xff\x03\x80\x64\x51\xf1\x29\x1a\xc2\x9c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\x01\x00\x00\xff\xff\xb0\xaa\xd3\x73\x5f\x03\x00\x00")
func static_favicon_png() ([]byte, error) {
return bindata_read(
_static_favicon_png,
"static/favicon.png",
)
}
var _static_icon_192_png = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x24\x51\x69\x50\x53\x67\x1b\x7d\x43\x44\x04\x24\x7e\x7c\x62\xc0\x90\x9b\x84\xdc\x35\xf7\xe6\xde\x9b\x1b\xb6\x6c\x45\x83\xa1\xb8\x0d\x09\x10\x40\xc2\x62\x4c\xa6\x68\x13\x97\x48\x8d\x49\x25\x53\xe3\x12\xac\xe3\xd6\x1f\xd8\x89\xd5\x5a\x1d\x95\xea\xa8\x08\x83\x58\xc7\xad\x09\xca\xd8\x4e\x5b\x27\x9d\x5a\xed\x50\xb5\x51\xdb\x19\xa6\xca\xb8\x54\x94\x7f\xed\xdc\xe4\xc7\xf3\xe7\x9c\xe7\x3d\xe7\x3c\xef\xd9\x6d\xab\xab\xcd\xcb\x91\xe4\x00\x00\xf2\x96\x2c\xb6\x34\x00\x00\x62\xfc\xcc\x12\x02\x00\x3e\xc8\x38\x52\x0e\x80\xe0\xa4\x6d\xb9\xbd\x46\x2a\x95\x32\x0c\x23\x91\x48\x50\x14\xc5\x30\x0c\x41\x90\xba\xba\xba\x95\x2b\x57\x2a\x14\x0a\x99\x4c\x26\x97\xcb\x95\x4a\x25\x04\x41\x25\x25\x25\x46\xa3\x71\xfe\xfc\xf9\x62\xb1\x58\xad\x56\xab\x54\x2a\x82\x20\x70\x1c\xa7\x28\x8a\x24\x49\x9a\xa6\x59\x96\x05\xe7\x0c\xe0\x8c\xc1\xe9\x74\x1a\x0c\x06\x30\x60\xcc\xfc\x42\xd7\xd9\xd9\x89\x22\x48\x43\x43\x43\x51\x51\x91\x5e\xaf\x6f\x6a\x6a\x6a\x6f\x6f\xef\xe8\xe8\xa8\xac\xac\xd4\x6a\xb5\x36\x9b\x6d\xd5\xaa\x55\x6d\x6d\x6d\x56\xab\x75\xc5\x8a\x15\x8d\x8d\x8d\xad\xad\xad\x1a\x9c\x26\x64\x48\x73\x73\xb3\xdd\x6e\x2f\x28\x28\x60\xd5\x4c\x61\x61\x61\x71\x71\xb1\xc5\x62\x29\x2f\x2f\x2f\x2d\x2d\x5d\xba\x74\x69\x45\x45\x85\x4e\xa7\x53\xb8\x2a\xca\xca\xca\x34\x1a\x0d\xc7\x71\x30\x82\xf8\xfd\x7e\x52\x89\x2b\x9a\xb4\x0c\x45\xe3\x72\x84\x21\x69\x15\x46\xb8\x5c\x2e\xb4\x04\xc1\x50\x14\x63\x54\x14\x41\x2a\x9c\x15\x72\xa3\x8a\x46\x29\x79\xa3\x36\xdf\xa7\x45\x11\x14\xb2\x32\xa8\x0a\x97\x37\x70\x60\xc8\x88\x33\x64\x20\x10\x20\x58\x8a\xe4\x68\x70\xc9\x04\xc3\x30\x81\xe2\x2c\xc3\xe6\x6f\xd4\x3a\x1c\x8e\x82\x2e\x8d\x86\xa0\x19\x54\xad\x74\x94\xcb\xea\x59\x86\x63\x55\x25\x18\x59\xc5\xa1\x18\x46\x69\x69\xa9\x95\x56\x23\xa4\x06\x53\x13\x0a\xb4\xa5\xa5\x05\x0c\x18\x70\x14\x23\x71\x95\x5a\x45\xa1\x34\x01\x2e\x18\xd5\x65\xac\x12\x86\x71\x19\xa2\xd2\xa8\xa9\x52\x66\xc6\x31\x03\x06\xa3\x12\x1b\x2d\xaf\xd7\x80\x11\x23\x18\x36\x52\x30\x21\x3c\xa6\xcf\x5f\xcf\x65\x1e\xd2\x41\x36\x16\x5c\x34\xd1\xa4\xda\xed\x76\xb3\x14\xe3\x1e\x1f\x63\x00\x00\xd9\xbe\xc5\xad\x1f\x01\xc0\xc0\xfc\x08\x82\xa7\x16\x6c\x06\x20\x63\x78\x89\xc5\x6c\x0f\x8e\x4f\x3e\x6c\xb1\xf6\x99\x41\xe4\xf1\xc1\xcc\x93\xad\x13\x6f\x99\xb7\xcc\xe6\x9a\xc1\x5c\xd7\x8b\xeb\xef\x1e\x5d\x75\xdd\x5f\xb0\xee\xb5\x6c\xc3\x8f\x5d\xd7\xb9\x43\x1b\xba\xba\x8f\x1e\xde\xf6\xf0\xf0\x3f\x8f\xd6\xce\xd2\x5c\x3d\xd5\x18\xdd\xff\x7d\x11\xc4\xd1\x77\xc7\xd7\x11\xfa\x98\x40\xb4\xd8\xb4\xf0\x8f\x73\x37\x0b\xf6\xee\x8b\x8a\x3d\x93\xed\x3a\x1e\x79\x2f\x89\xbf\xb1\x50\x5b\x86\xae\x8d\xce\xdb\x4b\xf6\x89\x3d\x93\xd5\x69\xd8\xc9\xbe\x49\xac\x7f\x30\x2a\x7e\xbe\xeb\xc6\x8d\xde\xe2\xcb\xe1\xec\xb8\x7f\x91\x77\x6a\xc7\x97\x42\x69\x32\x7c\x57\xf8\xc6\x55\x56\xfc\x6e\x48\x28\x7f\x25\x85\x83\x7b\x0a\x13\xcb\xd6\xd5\xb3\x27\x1c\xcf\x40\x96\x4e\xf1\x6d\xf8\xac\x6e\x67\x6d\x74\xe7\xee\x68\x6f\xe5\x74\x66\x16\x2f\x36\xfd\x2f\x80\x0e\x6f\xfc\xdf\x6d\x6e\xde\x41\x41\x60\x70\xee\xc3\xb8\xbf\xda\x3b\x95\x1b\xe0\xb9\x33\x59\x13\xd1\x5d\x3d\xd3\x61\x8f\x60\xf5\x4b\xe1\xf9\xb8\xdf\xec\x9d\xda\x25\xe0\x09\x7d\x66\x68\xd4\x6f\xcf\x0d\xee\xfb\x7a\x62\xf6\x40\x9e\xc8\x17\x16\x76\xe7\x24\x86\xb2\x7f\x7f\x95\xf7\x6b\x46\x9d\xbb\xa8\x23\x3e\xb2\xc8\xdb\x93\xe4\x0d\xa7\x00\xf4\x6c\xe3\xdc\xda\x7a\x3a\x89\x1c\x3d\x46\x5f\x16\xad\x99\xfc\x6a\x6b\xb0\x3b\x2c\x94\x7e\x16\x0c\xef\xaf\x32\xc5\x3a\xec\x33\x43\x63\x55\xcf\xcd\x3d\xbe\x91\xc4\x78\x8d\x8f\x27\x6a\x63\x33\xaf\x8d\xf6\x1c\x19\xcb\x0e\xdd\x5e\x6d\xba\xf9\xf1\xa6\x19\x2d\xbd\xf7\x0c\x31\x81\xe8\x3b\x78\xe1\xed\xd0\xec\x27\x80\x79\x92\x2b\x7a\xaa\xdd\xff\x98\xf3\xec\x38\xbb\xe3\x5e\xe7\xf6\xf4\xcd\x9f\x9b\xe7\xe4\x25\xa1\x66\xfb\x6f\x91\x92\x07\xef\x0f\x09\x96\xa5\xdc\x0f\x84\x3f\xb9\x76\x6b\xef\x56\xc3\xf6\x6e\xf3\x1d\xb3\x17\x4a\x82\xac\x3f\x0b\x06\xe7\xfd\x74\x7a\x4f\x54\xec\x39\xcf\xbf\x33\x65\xc8\xaa\x0b\x4d\x92\x84\x94\x6f\xe1\x60\xca\x7e\x4b\x58\xd4\xf1\x72\xcd\x68\xf4\xd3\x0f\x8f\xdf\xbb\xb3\x2d\xbd\xb4\x29\x7e\x22\x3f\x2f\xff\x97\xea\xf3\xfe\x54\xc0\xd4\x86\xb9\xf1\xd6\x45\x5b\x5a\x33\x7f\x30\xe7\x4a\xb2\xbe\xda\xcd\x03\x23\x0f\x04\x22\xdf
func static_icon_192_png() ([]byte, error) {
return bindata_read(
_static_icon_192_png,
"static/icon_192.png",
)
}
var _static_index_html = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x91\x61\x6e\xf3\x20\x0c\x86\xff\x7f\xa7\xf0\xc7\x01\xe0\x02\x24\x57\xa9\x18\x38\x89\x53\x02\x11\x76\xa3\x66\x55\xef\x3e\x31\xda\x6d\x52\x26\x6d\xda\xaf\x38\x7e\x9f\xc7\x46\x60\xff\x87\xec\x65\x5f\x11\x26\x59\x62\xff\xcf\xb6\x0f\x80\x9d\xd0\x85\x5a\x00\x58\x21\x89\xd8\xdf\x6e\xa0\xdf\x2b\xb8\xdf\xad\x69\xbd\x96\x47\x4a\x67\x28\x18\x3b\xb5\xb8\x44\x03\xb2\x28\x98\x0a\x0e\x9f\xff\x7a\xe6\x9c\xd4\x01\x27\x9f\x93\x82\xba\xbe\x53\xb4\xb8\x11\xcd\x9a\xc6\xa7\x3b\xb8\xad\xe6\xba\xb6\x0e\x26\xcb\x1e\x91\x27\xc4\x8f\x55\xda\x78\x66\x43\x29\xe0\x55\x7b\x66\x05\xe6\xd7\xd2\x55\xb0\x2c\x7f\x92\x4e\xfe\xc2\x92\x17\x7a\xc5\x2f\xba\x35\xcf\xbb\xb3\x2f\x39\xec\x8f\x89\x81\x36\xa0\xd0\xa9\xaa\x51\x72\x51\xf5\xd6\x04\xda\x1e\x29\xfb\x42\xab\x00\x17\x5f\xe7\xbb\x8b\x4c\x27\xc9\x67\x4c\x7a\xe6\x0a\xb6\xf8\x5b\xd6\xe7\x34\xd0\xf8\x33\x37\xb3\x19\xb3\xc8\x7e\x20\xad\x69\xa7\xb4\xa6\xbd\xfd\x5b\x00\x00\x00\xff\xff\x90\x78\xf5\xb8\x13\x02\x00\x00")
func static_index_html() ([]byte, error) {
return bindata_read(
_static_index_html,
"static/index.html",
)
}
2021-04-22 16:54:55 +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",
)
}
2021-04-22 16:54:55 +00:00
var _static_js_gotty_js_license_txt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x96\x5f\x73\xdb\xb8\x15\xc5\xdf\xf3\x29\x6e\xf3\x14\x67\x68\xc9\xce\x6e\x77\x67\xb3\x93\x99\x52\x24\x24\xa1\xa5\x48\x15\x00\xed\xf5\x23\x45\x42\x26\x5c\x92\xe0\x00\x90\x5d\x7f\xfb\xce\x85\x48\xfd\x71\x9c\x6c\x77\xf2\xea\x07\x8d\x34\x20\x70\x70\xee\x05\x74\x7e\x9c\x7e\xfc\xdb\x3b\xf8\x08\x8d\xda\x14\x7d\x6f\xe1\x43\xed\x5c\x6f\x3f\x4f\xa7\x5d\xdf\x3e\xd8\x49\xa9\xdb\x69\x5f\x94\xff\x29\xee\xe5\x74\x98\x72\x81\xd3\xff\xd1\xa8\x52\x76\x56\xc2\x8c\xc7\x97\x3f\x5d\x46\x4d\xb1\xb3\xd2\x3f\x78\x94\xc6\x2a\xdd\xc1\xf5\xe4\xd7\xab\xc9\x15\x0e\x7d\xf9\x32\xac\x9c\x26\x34\x22\x29\x27\x5f\xbe\xe0\xf0\x74\x0a\x91\xee\x9f\x8d\xba\xaf\x1d\x7c\x28\x2f\xe0\xd3\xd5\xd5\x2f\x97\x9f\xae\xae\x7e\x03\x51\x4b\x88\x6a\xa3\x5b\xb5\x6b\x21\xe3\x10\xee\x5c\xad\x8d\x9d\x40\xd8\x34\xe0\x17\x58\x30\xd2\x4a\xf3\x28\xab\xc9\x5e\x6b\x50\x64\xb2\x52\xd6\x19\xb5\xd9\x39\x34\x51\x74\x15\xec\xac\x04\xd5\x81\xd5\x3b\x53\x4a\x3f\xb2\x51\x5d\x61\x9e\x61\xab\x4d\x6b\x03\x78\x52\xae\x06\x6d\xfc\xb7\xde\xb9\x41\xa8\xd5\x95\xda\xaa\xb2\x40\x99\x00\x0a\x23\xa1\x97\xa6\x55\xce\xc9\x0a\x7a\xa3\x1f\x55\x25\x2b\x70\x75\xe1\xc0\xd5\x12\xb6\xba\x69\xf4\x93\xea\xee\xa1\xd4\x5d\xa5\x70\x91\xc5\x45\xa3\x98\x74\x9f\xcf\x6c\x02\xc0\xc7\x17\x5e\x2d\xe8\xed\x68\xb2\xd4\x95\x84\x76\x67\x1d\x18\xe9\x0a\xd5\xf9\x3d\x8a\x8d\x7e\xc4\x47\x43\xcb\x06\xa5\x4e\x3b\x55\xca\x00\x5c\xad\x2c\x34\xca\x3a\x94\x39\x35\xd1\x55\x2f\x1c\x56\xca\x96\x4d\xa1\x5a\x69\x26\xdf\x73\xa3\xba\xd3\x3e\x8d\x6e\x7a\xa3\xab\x5d\x29\x8f\x86\x06\x89\x83\xad\x1f\x32\x34\x88\x0d\x05\x57\xba\xdc\xb5\xb2\x73\xc5\x78\x94\x53\x6d\x40\xbb\x5a\x1a\x68\x0b\x27\x8d\x2a\x1a\x7b\x3c\x0b\x7f\x8c\xae\x1e\x0d\x9d\x16\x73\x56\x67\x2a\x95\x97\xc0\x1d\xba\xa2\x95\x68\x6f\xa1\xf5\x7d\x23\x81\x76\xe5\x04\x3a\x7d\x7c\xe6\xcf\x44\x39\x7b\x28\xb2\xdb\x6b\x6a\x63\xa1\x2d\x9e\x61\x23\xf1\x76\x55\xe0\x34\xc8\xae\xd2\xc6\x4a\xbc\x48\xbd\xd1\xad\x76\x12\xf6\xbd\x72\x16\x2a\x69\xd4\xa3\xac\x60\x6b\x74\x3b\x48\xf9\xee\x58\xbd\x75\x4f\x78\xb5\x86\xab\x07\xb6\x97\x25\xde\x3a\xe8\x8d\xc2\x1b\x69\xf0\xbe\x75\xfb\x9b\x67\xed\xb1\x92\x41\x44\x2c\x29\x07\x9e\xcd\xc5\x6d\xc8\x08\x50\x0e\x6b\x96\xdd\xd0\x98\xc4\x30\xbb\x03\xb1\x24\x10\x65\xeb\x3b\x46\x17\x4b\x01\xcb\x2c\x89\x09\xe3\x10\xa6\x31\x44\x59\x2a\x18\x9d\xe5\x22\x63\x7c\x50\x7a\x1f\x72\xa0\xfc\xbd\x7f\x1c\xa6\x77\x40\xfe\x58\x33\xc2\x39\x64\x0c\xe8\x6a\x9d\x50\x12\xc3\x6d\xc8\x58\x98\x0a\x4a\x78\x00\x34\x8d\x92\x3c\xa6\xe9\x22\x80\x59\x2e\x20\xcd\xc4\xa0\x93\xd0\x15\x15\x24\x06\x91\x05\xde\xc0\xd7\x8b\x21\x9b\xc3\x8a\xb0\x68\x19\xa6\x22\x9c\xd1\x84\x8a\x3b\xbf\xeb\x9c\x8a\x14\x77\x9c\x67\x6c\xd0\x0a\x61\x1d\x32\x41\xa3\x3c\x09\x19\xac\x73\xb6\xce\x38\x01\x2c\x34\xa6\x3c\x4a\x42\xba\x22\xf1\x04\x68\x0a\x69\x06\xe4\x86\xa4\x02\xf8\x32\x4c\x92\xf3\xba\x07\xa9\xec\x36\x25\x0c\x8b\x39\x2d\x1d\x66\x04\x12\x1a\xce\x12\x82\x9b\xfa\xb2\x63\xca\x48\x24\xb0\xbe\xe3\xaf\x88\xc6\x24\x15\x61\x12\x0c\x5a\x7c\x4d\x22\x1a\x26\x01\x90\x3f\xc8\x6a\x9d\x84\xec\x2e\x18\x94\x39\xf9\x77\x4e\x52\x41\xc3\x04\xe2\x70\x15\x2e\x08\x87\x0f\xff\x57\xa7\xd6\x2c\x8b\x72\x46\x56\x58\x44\x36\x07\x9e\xcf\xb8\xa0\x22\x17\x04\x16\x59\x16\xfb\x53\xe0\x84\xdd\xd0\x88\xf0\xdf\x21\xc9\xb8\x6f\x62\xce\xc9\x68\x29\x0e\x45\xe8\x4d\xac\x59\x36\xa7\x82\xff\x8e\xbf\x67\x39\xa7\xbe\xa3\x34\x15\x84\xb1\x7c\x2d\x68\x96\x5e\xc0\x32\xbb\x25\x37\x84\x41\x14\xe6\x9c\xc4\xbe\xf5\x59\x8a\xc5\x1f\xee\x14\xc9\xd8\x1d\x6e\x80\xbd\xf1\xe7\x13\xc0\xed\x92\x88\x25\x61\xd8\x6d\xdf\xc1\x10\x5b\xc3\x05\xa3\x91\x38\x9d\x96\x31\x10\x19\x1b\x2b\x3c\xd6\x0e\x29\x59\x24\x74\x41\xd2\x88\xe0\x9c\x0c\xb5\x6e\x29\x27\x17\x10\x32\xca\x71\x02\xf5\x16\xe0\x36\xbc\x83\x2c\xf7\x4d\xc0\x63\xcc\x39\x19\x0f\x70\x7e\x7e\xd9\x03\x7f\xe4\x40\xe7\x10\xc6\x37\x14\x0b\x19\x96\xac\x33\xce\xe9\x70\xad\x7c\x2b\xa3\xe5\x70\x18\xf8\xd7\x99\xbe\x7b\x37\xe0\xee\xbf\x4e\x9a\xf6\x7b\xb0\xf3\x13\xce\x51\xb7\xa2\xe2\x8c\x70\x3f\x4f\xae\xaf\x47\xc2\xf9\xe9\xe7\x7c\x7b\x09\xb7\xeb\x5f\x2f\x3f\x5d\x5d\xff\x16\x78\xba\xf9\xf9\x93\x07\x0b\xc5\x1e\x6d\x47\x2b\xf7\xca\xd5\xbb\x8d\xf7\xe2\x27\x3d\xd8\xe9\
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-22 16:54:55 +00:00
var _static_js_gotty_js_map = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x69\x73\xa3\x4c\xd3\x20\x0a\xff\x17\xc7\x44\xbc\x1f\x2e\xcd\xb8\xbd\xdb\xcf\xfb\xa9\x40\x48\xa6\xb5\x5a\x8b\xdd\xdd\x27\x26\x08\x04\x25\x09\x1b\x01\x06\x24\x5b\x3e\x7f\xfe\x44\x2e\xb5\x20\xcb\x7d\x2d\xf7\x33\x67\x9e\x98\x73\x7f\xb0\x5c\x1b\x45\x2d\x59\xb9\x55\x66\xf2\x7f\x9f\xec\x64\x59\x25\x79\x76\xf2\x1f\x17\xad\x93\x2a\xdf\x96\x91\xac\x4e\xfe\xe3\xff\x3a\x79\x93\x8b\x22\x8c\x5e\xfe\xe3\xf4\x74\x95\xd7\xf5\xfe\xf4\x7f\x9c\x66\x79\x2c\x83\x4d\x1e\x6f\x53\x59\x9d\xa6\xc9\x22\x2c\x8a\xea\x74\x5d\xcb\x72\x73\x1a\x27\x55\x7d\xfa\xcc\x39\x6e\xf3\x3f\x9e\xab\x93\xd6\x9f\x75\xf3\x0e\x0f\xfc\xf7\x30\x8e\xf3\xec\xbf\x2f\x93\x1a\xba\x3d\x2c\xfb\xeb\xfd\x98\xa7\xbf\x7a\xa6\x2a\x23\x1a\xe3\xff\xa8\xbf\x6e\xf0\x26\x17\x55\x1e\xbd\xc8\xfa\x4f\x1a\xd5\xf5\xfe\x77\x2d\xde\xbf\x7e\x0f\xe7\x4f\x17\x79\x5e\x57\x75\x19\x16\x5f\x76\xb2\x09\x93\x0c\xfa\xf8\x9f\xad\x93\x2c\xdc\xd0\xce\xa4\xc9\xe2\xa4\x75\xe2\x95\x65\x5e\x9e\xb4\x4e\x76\x61\x19\x84\xe5\x0a\x5e\x43\xbb\x77\xd2\x3a\x91\xef\x90\xab\xc3\xe8\x45\x94\x65\xb8\x57\x19\xf8\x5f\xa4\x49\x7d\xd2\x3a\x49\x65\xb6\xaa\xd7\x27\xad\x93\x52\x16\x69\x88\x0f\x25\x27\xad\x93\xb0\x5c\x6d\x37\x32\xc3\x41\x17\x21\x36\x50\x3d\x94\x75\x2c\x61\x9c\x61\x51\xa4\x7b\x6c\x0a\xbf\xf5\x3a\x81\xb6\xe5\x36\xab\x93\x8d\x6c\xcb\x42\x66\xb1\xcc\xa2\x44\x56\x01\x74\xb1\xad\xd6\xd8\x53\x55\xc9\x58\x0f\xb0\x9f\x54\x30\x04\x9a\x4f\xeb\x24\x5f\x3c\xc3\xf4\x93\x2c\xce\xdf\xa0\x8d\x4c\x97\x27\xad\x93\x28\xcf\xaa\x3c\x85\x71\xbd\x85\x65\xc6\xcd\xa1\x3c\x4c\xd3\x05\xcd\x25\xc9\x92\xda\xe5\x2c\xbe\x2e\xcf\xfc\x0c\x67\x97\x17\x75\x90\xe6\xab\xce\x36\x8b\x6a\x00\x6d\x6a\x3b\x94\xef\x35\xce\x38\x82\xd7\xac\x93\x25\xe4\xe0\x5d\x61\x1a\x96\x1b\x58\xb6\xac\xda\x96\x72\x72\x7c\x2e\x95\xac\x67\xc9\x46\xe6\x5b\x78\x6a\x5a\x97\x49\xb6\x82\xa9\x95\x79\x9d\xd7\xfb\x42\xe2\x34\xe3\x69\x1d\x96\x50\x5f\x87\xe5\x4a\xd6\x7d\xb5\xc8\x58\xc3\x4f\x6c\xb3\x58\x2e\x93\x0c\xd7\xa3\x94\x85\x0c\xa1\x7d\x95\x26\x11\x77\xe1\x65\x31\x4e\x3f\xcd\x4b\x5c\x59\x09\x2f\x5f\xcb\xf7\xb3\x6b\xfa\x7f\x7e\x09\xa5\x2b\x00\x81\x89\x5c\x79\xef\x05\x65\x43\xfa\x07\x1b\xff\x7e\x76\x46\xf5\xe5\x6a\x31\xcb\x7f\x9c\x9d\x21\x94\xa4\x5b\x78\x41\x15\x85\xb8\xa8\xbb\x93\xd6\xc9\x80\x36\x78\x93\xc0\x02\xd5\xb9\x1e\xe1\x47\x11\xc2\x10\x36\x61\x1d\xad\xa9\xbb\x7b\xf9\x3e\xcb\xdd\xe9\x94\x00\xa9\xac\xab\xa7\x04\x1f\xad\xb6\x8b\xaa\x2e\x71\x79\x63\xf9\x3e\x82\xb5\xac\x92\x0f\xe8\x1f\x0a\xa1\xaf\x05\x42\x4a\x19\xee\x67\xf9\xa4\xeb\x08\xec\xb6\xc0\x89\x96\x95\xf4\xb3\x9a\xfa\xd7\x9d\x17\xbc\x0e\x65\xbe\xc5\x65\x80\x4d\xc7\x27\x69\xee\x2a\x19\x96\x2b\x02\x91\x9d\xc4\xe5\x5e\x23\xc0\xaf\xd5\x94\xef\x31\x1b\x95\x61\xf4\x42\xed\xb3\xbc\xdc\x84\x69\xf2\x21\xe9\x35\xb1\x84\x91\xd6\x12\xc1\x30\x4c\x8b\x75\x48\xfb\x2b\x38\xb9\x49\xe0\xf9\x45\x58\xc1\x50\xea\x04\x47\x59\xc8\x32\x92\x98\x0a\xcb\xfd\x19\xfd\x3b\x87\xbe\x92\xe5\x52\xed\x17\x80\x10\x9f\x4a\xcc\x0f\x19\xc2\xeb\xbc\x9f\xbf\xc9\xd2\xa5\x0e\xab\x3a\x8f\x5e\x5c\xa8\x1f\x87\xa9\xac\x6b\xa9\x9a\x5b\xd9\x52\x86\xb5\xf4\xb2\xed\xc6\x9c\xd0\xc7\x10\xe1\x81\xd6\x7b\x47\x99\x65\x46\x69\x3e\x1b\x25\xec\xea\x92\x81\xbe\x42\x80\x8e\xf2\x58\xce\x27\xbe\x9d\x76\xf3\x4d\x91\x67\x34\x17\x59\x45\x61\x21\xef\x67\x83\x3e\x4c\x1b\xf6\x4c\xd6\x22\x8a\x64\x51\xf7\xc3\x6c\xb5\x0d\x57\x38\xfe\x68\x5d\xe6\x1b\x39\xdd\x16\x45\x5e\xd6\x08\xb8\x54\x02\x1b\x7f\x76\x4b\x87\x73\x97\xac\xc2\x1a\xa7\x9e\xf2\x93\x6a\x97\x1f\xb6\x12\x51\xc5\x2b\xfc\x37\x07\x27\x4c\xca\x8a\xff\xe3\x96\x1c\x19\xdd\x4a\xd6\xf3\x49\xdf\xa0\x17\x78\x71\x1a\x6e\x0a\x84\x22\xd8\xa2\x6c\xbb\x59\xc8\x92\x5a\x3e\xad\x93\x5a\x56\x05\xe1\xb2\x37\x3b\x03\xd8\x60\x83\xfb\xa0\xcf\xef\x5b\x19\x16\x85\x2c\xbb\x32\x93\x25\x0f\x1b\x5b\xac\x64\x3d\x65\x4c\x99\xe6\x08\x63\xa9\x0c\x4b\x73\xee\xa1\xab\x64\x95\xe5\xa5\xec\x94\xbc\xb9\x07\x59\x44\xb4\xa3\xc5\xb3\x8c\xf0\x5c\x6f\xc2\xb2\xee\xa4\x79\x5e\xb6\x93\x5d\x12\x4b\x1a\xb3\x7e\x67\x2c\xb3\x7c\x93\x64\x9c\xdb\x85\x29\xbc\x51\x26\x29\x2d\x11\xa4\x60\x43\xe1\x71\x58\x84\x30\x8b\xf3\x0d\x9d\x19\x4a\xc3\x19\x96\x55\x15\xae\xe4\x20\xcc\xc2\x95\xb4\x57\xbf\xb2\xd3\x80\
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,
"static/favicon.png": static_favicon_png,
"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{}},
}},
"favicon.png": &_bintree_t{static_favicon_png, 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{}},
}},
}}