gotty/server/asset.go

210 lines
2.1 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",
)
}
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",
)
}
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,
"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{}},
}},
}}