This repository has been archived by the owner on Oct 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
bindata.go
515 lines (442 loc) · 62.1 KB
/
bindata.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
// Code generated by go-bindata.
// sources:
// layout.html
// assets/styles.css
// templates/factoid-info.html
// templates/factoid-list.html
// templates/home.html
// templates/invite-box.html
// templates/invite-list.html
// templates/invite-single.html
// templates/logged-out.html
// templates/login-altslack.html
// templates/logs-index.html
// templates/user-manage.html
// templates/zone2.svg
// DO NOT EDIT!
package weblogin
import (
"bytes"
"compress/gzip"
"fmt"
"io"
"io/ioutil"
"os"
"path/filepath"
"strings"
"time"
)
func bindataRead(data, name string) ([]byte, error) {
gz, err := gzip.NewReader(strings.NewReader(data))
if err != nil {
return nil, fmt.Errorf("Read %q: %v", name, err)
}
var buf bytes.Buffer
_, err = io.Copy(&buf, gz)
clErr := gz.Close()
if err != nil {
return nil, fmt.Errorf("Read %q: %v", name, err)
}
if clErr != nil {
return nil, err
}
return buf.Bytes(), nil
}
type asset struct {
bytes []byte
info os.FileInfo
}
type bindataFileInfo struct {
name string
size int64
mode os.FileMode
modTime time.Time
}
func (fi bindataFileInfo) Name() string {
return fi.name
}
func (fi bindataFileInfo) Size() int64 {
return fi.size
}
func (fi bindataFileInfo) Mode() os.FileMode {
return fi.mode
}
func (fi bindataFileInfo) ModTime() time.Time {
return fi.modTime
}
func (fi bindataFileInfo) IsDir() bool {
return false
}
func (fi bindataFileInfo) Sys() interface{} {
return nil
}
var _layoutHtml = "\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\x18\x6b\x73\xda\xca\xf5\xbb\x7f\xc5\x89\x7a\xa7\xe0\x71\x24\x5d\x3f\x92\xb8\xb1\xa0\xe3\x18\x12\xfb\x86\xf8\x11\x88\x73\x6f\x3a\x9d\xce\x22\x1d\x49\x0b\xab\x5d\x79\x77\x05\xa6\x1a\xfd\xf7\xce\x4a\x48\x60\xc0\x8d\x7b\xa7\xf9\xc2\xea\xbc\xdf\xe7\xc4\x79\x0e\x01\x86\x94\x23\x58\x8c\x2c\x44\xa6\x2d\x28\x8a\x3d\xef\x55\xef\xe6\x62\xf4\xc7\x6d\x1f\x62\x9d\xb0\xee\x9e\x57\xff\x20\x09\xba\x7b\x00\x00\x79\x0e\x63\x26\xfc\x29\x58\x9a\x6a\x86\x16\x38\x50\x14\x5e\xf9\xee\xe6\x39\x0d\xc1\x19\x99\x77\x51\xe4\xf9\xea\x85\x4c\x61\x51\x7c\x21\x72\x46\x39\x7c\xc7\x31\x5c\x71\x8d\x32\x24\x3e\xe6\x39\xf2\xa0\x28\x3c\xb7\x96\x00\xc8\x03\x63\xc9\x53\x5d\x01\x86\x24\x63\xda\x56\x7a\xc1\x50\x19\xa5\xf6\x92\xc6\x63\x94\x4f\x41\x22\xeb\x58\x15\x32\x46\xd4\x16\xc4\x12\xc3\x8e\x15\x6b\x9d\xaa\xf7\xae\xeb\x07\x7c\xa2\x1c\x9f\x89\x2c\x08\x19\x91\xe8\xf8\x22\x71\xc9\x84\x3c\xba\x8c\x8e\x95\xab\xe7\x54\x6b\x94\xf6\x58\x08\xad\xb4\x24\xa9\x7b\xec\x1c\x3b\x6f\x5d\x5f\x29\xb7\x81\x39\x09\xe5\x8e\xaf\x94\x55\xaa\xad\xfe\x51\xae\x31\x92\x54\x2f\x3a\x96\x8a\xc9\xf1\xe9\x89\x7d\xf8\x70\x9a\x8c\x7e\xbb\x39\x1f\x3e\x9e\x4e\x0e\xcf\xb3\x03\xf2\xe6\x7b\xef\x9e\xdf\xd2\x23\x36\xfd\x18\xce\xe7\xfd\x73\x72\x1a\xf7\x7a\xc1\xe4\x07\x4b\x07\x18\x3d\xc6\x93\xfb\x2f\xfd\xc3\x30\x9a\x7c\xbf\xfd\x94\x4c\xff\xad\xde\x59\xe0\x4b\xa1\x94\x90\x34\xa2\xbc\x63\x11\x2e\xf8\x22\x11\x99\xb2\xba\xff\x37\x6f\x43\xc1\xb5\x4d\xe6\xa8\x44\x82\xee\x89\xf3\xce\xf9\xb5\x74\x74\x1d\xfc\x32\x5f\xe7\xb3\xf0\xf7\xf4\x21\xfd\xf1\xe3\xfe\xee\xd3\xe7\xb7\xa3\xf3\xf8\xcd\xed\x3d\xfb\x74\x13\xde\x5d\x5f\x0e\x45\xef\xe8\x71\xdc\x3f\xb8\x9b\xde\x3e\x5e\x9c\x7f\x64\xd7\x7d\x9c\x89\xfe\xe5\xf1\x90\xfd\xaa\xe8\xf8\xde\xbf\xb9\xbb\xe7\xd7\x3f\xf3\x55\xf9\x92\xa6\x1a\x94\xf4\x5f\xec\xdb\xe4\x21\x43\xb9\x70\x8f\x9c\x23\xe7\x78\xf9\x51\xfa\x32\xf9\x89\x2b\x57\x6f\x3f\xbe\xb9\xf9\xdc\xbf\x18\xdc\xeb\xcf\xee\x87\xc1\xc1\x29\x1d\x0e\x7a\xfd\x4b\x31\x1f\x9e\x87\xdf\xc4\xbb\xb7\x3f\x06\x7f\x3b\x98\x7e\x3a\x8f\x46\x5f\x03\xfa\x61\x71\x75\xfd\xf9\x37\xf2\x30\xba\xbd\x74\xef\xee\xaf\x87\x87\xf7\xbd\xf1\xf3\xae\x78\x6e\xe5\xc6\x7a\xfe\x9e\xa6\xcb\x04\x5e\x39\x91\x10\x11\x43\x92\x52\x55\xba\xe4\x2b\xf5\xf7\x90\x24\x94\x2d\x3a\xe7\x0c\x23\x89\x0b\x72\x30\x24\x5c\x1d\x0c\x2f\xac\xed\xfc\xff\xf9\x9a\x71\x89\x52\xa8\x95\x5b\x61\xca\x9c\xd7\x7d\x6e\xef\x6e\xc5\x55\x0b\x9a\xce\xae\x69\xbc\xda\xcb\x30\xe3\xbe\xa6\x82\x43\x84\xfa\x62\xf8\xf5\xe3\x48\x4c\x91\xb7\xf7\x21\x2f\xc5\x48\xd4\x99\xe4\x10\xa2\xf6\xe3\xb6\xe5\x2a\x54\x8a\x0a\xee\xfa\x4a\x86\xce\x44\x09\x6e\xbd\x86\x3c\x11\x01\xbe\x87\x96\x22\x09\xda\x95\x4f\xad\xd7\xe0\x4b\x0c\x90\x6b\x4a\x98\xda\xc0\x15\xfb\x4e\x93\x5a\x1d\x23\x6f\xd7\x16\xb4\x25\xaa\x74\x1f\xf2\x5a\xa9\xf9\x2c\x95\xb4\xf7\xcf\xe0\x7f\xe3\xd2\xc6\x09\xc3\x74\xb6\x57\xac\x3c\x4c\x85\xd2\x3d\xa2\x49\x3b\x93\xec\x35\x04\x44\x93\xd7\x20\x52\x83\x52\xb5\xbf\x34\x84\xf6\xab\x06\xb6\x7c\x40\x07\xf2\xe2\x6c\x85\x37\x9c\xfb\x25\xff\x26\x66\xc9\xe0\x98\xf1\x8b\x72\x25\xa1\x06\x40\x07\x38\xce\xe1\xb2\xfa\x6a\xef\xef\x60\x4d\x50\xc7\x22\x58\x71\x56\xdf\xd0\x81\xd6\xed\xcd\x70\xd4\xda\xc1\xb1\x16\xea\x15\xdb\x1a\xd0\xf0\xae\x27\xe0\x6c\xaf\x94\xb1\x61\x9a\xa3\x50\xb7\x5b\x17\x82\x6b\xe4\xda\x1e\x2d\x52\x6c\xbd\x86\x16\x49\x53\x46\x7d\x62\x28\xdd\x47\x7b\x3e\x9f\xdb\xa1\x90\x89\x9d\x49\x86\xdc\x17\x01\x06\xad\xa5\x0f\xcb\xe8\x3f\x2d\x22\xe7\x69\xa6\x4c\xd5\x94\x98\x3a\xda\xcf\x9a\xf1\xbb\x6d\xa4\xd8\x25\xb1\x29\xa6\x86\xf1\x6c\x8b\x6f\x2c\x82\x05\x74\xe0\x66\x3c\x41\x5f\x3b\x53\x5c\xa8\x76\x99\x1f\x27\x21\x69\xa3\x1a\xda\xd3\x75\x9d\x6b\x06\x57\x6e\x7c\xfb\x7a\x75\x21\x92\x54\x70\xe4\xda\x90\x1e\x40\xab\xd3\x82\x83\x5d\x58\x23\xfc\x1f\xd3\x7f\xae\x59\x52\xec\x3b\x13\x41\x79\xbb\xf5\xd7\xd6\x1a\xf4\x49\xe7\x94\x05\x57\x97\x55\x45\xb3\x51\x9b\x81\x18\x88\x48\x64\xba\xe9\xbc\xa6\x58\x57\x5d\x17\xa0\xd2\x52\x2c\x4c\xcf\x15\xa6\xef\xca\xca\x78\x0f\xad\x5e\x7f\xd0\x1f\xf5\x4d\x63\x3d\x8d\xf7\xba\xcb\x81\xf0\xb3\x04\xb9\x76\x98\xa8\xd2\xe9\x48\x64\x82\x04\xed\x27\xe6\xac\x86\x9f\xe7\x56\x27\x84\x67\xe2\xdb\xdd\x5b\x8d\x13\x4e\x66\x63\x22\xeb\x8d\xee\x71\x32\x03\x9f\x11\xa5\x3a\x4b\x0c\x54\x3f\x36\xe5\x33\x94\x0a\xeb\x99\x16\xd0\x86\xce\x17\x5c\x13\xca\x51\xda\x21\xcb\x68\xb0\x83\x62\x29\xa2\x2a\x89\x25\xbe\xa4\x21\x1b\x14\x63\x49\x78\xd0\x8c\x46\xab\x5b\x5d\x2c\x9e\x4b\x96\x32\xdd\x80\xce\xd6\xc4\xd3\xa0\xd3\xd8\xdf\x18\xc3\x18\x49\x15\xd6\x66\xd7\xdf\xeb\x5a\x33\xb6\xa6\xb6\x26\xe4\x64\xb6\x46\x93\xe7\x30\xa7\x3a\xae\x87\xec\x2f\x7e\x26\x25\x72\x0d\xef\x3b\xe0\x5c\x97\x0c\x17\x4b\x48\x89\x97\x84\x47\x58\x63\xae\x34\x26\xaa\x9e\xdb\x6b\x02\x69\x08\xf8\x60\x88\x12\x5c\x09\xb4\x37\xe8\x3c\x46\x6b\xe3\x88\xaf\xe9\x0c\xad\xae\x47\x96\x01\xc9\x73\xe7\xdb\xd7\x41\x51\x58\xdd\x3c\x2f\xc5\x98\xbb\x8d\x74\x3d\x97\xd1\xee\x86\x32\x1b\xcc\xc9\xb7\x4b\xfa\x9f\x15\xb7\x5a\x45\x4b\x77\x2a\xc8\xd3\x83\xb1\x4a\x52\xc6\x5e\x10\xec\xfa\x29\x69\x14\x6b\x6b\x53\xa1\x09\x96\xd3\x5b\xc6\xf8\x9b\x42\xe9\x5c\x71\x2d\xc9\x40\x44\x94\x6f\x79\x65\xec\xdb\xa2\x37\x0e\x7d\x27\x92\x53\x1e\x6d\xe6\xc2\xdb\x74\x70\xbd\x56\x13\x3b\x90\x22\x0d\xc4\x9c\xdb\x73\x49\x52\x98\x57\x32\x1a\xa8\x05\xe5\x02\xee\x58\x1b\x36\x97\x72\x54\x4a\x78\x2d\xa8\x11\x43\x7d\xc1\xad\xae\xd7\xe4\x35\x24\x10\x12\x7b\x29\xd7\x1c\x28\xd4\x1c\x29\x29\xe1\x3b\x04\xee\x36\xcc\xaf\xa6\xfa\x0e\x0b\x4a\xa6\xf8\xe4\xbf\x6b\x83\x3f\x44\x26\x61\xc8\x88\x3f\x85\x4c\xa1\xe4\xa6\x22\xa9\x82\x80\x86\x21\x96\x55\x19\x4a\x91\xc0\xc2\x50\x95\x61\x07\x66\xe2\xee\xb9\xf1\xc9\x33\x1a\xd3\xee\x2d\x43\xa2\x10\x22\x01\x5a\x40\x53\x62\xf5\x89\x75\x72\xa4\xfc\x58\x08\x96\x29\xe2\x28\xa3\xb7\x3a\x1b\x7d\x5f\x64\x5c\xbb\x0a\xb5\xa6\x3c\x52\x7f\xa9\x8d\xb1\xba\x8b\x95\x85\x35\xd6\xd4\xa6\x11\xee\xc7\x65\xb3\x51\xed\x78\x6e\xfa\x8c\x3d\xbb\xc3\x16\x8b\x19\x4a\x5b\xc5\x24\x10\x73\x13\x89\x66\x98\x3c\xe1\xdd\x06\xef\x04\x6d\x37\x49\xd9\x08\xbb\x3a\x6e\x5b\xc7\x2b\xdb\x86\x51\x4c\x15\x24\xa6\xfa\x61\x8c\x30\x97\x82\x47\x60\xdb\x3b\x88\x69\x12\x41\x8c\x86\xb0\x63\x1d\x1f\x59\x5b\xf7\xb8\x43\x4d\x8e\x9c\x93\x23\x27\x94\xae\x09\xa1\x72\x13\x0c\x68\x96\xfc\x2b\xcf\x9f\xeb\xa1\xa2\x70\x26\x29\x46\x16\xb8\x3b\x14\xd6\xd9\x2b\x85\x95\xd3\xe1\x59\x29\xcd\x68\x7e\x3e\x30\xbb\x23\xd0\xe8\xd8\x5c\x86\xe5\x50\x67\xe5\xee\x2c\x6f\x13\x0b\x04\xf7\x19\xf5\xa7\x1d\x6b\xb5\x53\xcf\x9a\x75\x4c\x98\xc2\xb3\xed\xee\x4a\xc5\x1c\xa5\x2d\xc2\xb0\xee\xaf\x9f\x9a\xf9\xe2\x99\x39\xd4\x44\xea\x32\x06\xcb\xe9\x59\xb5\xc8\x40\x44\x70\xc5\x5f\x3c\x40\x57\x53\x72\x7d\xa9\x55\x4f\xcf\xe5\x64\x66\x76\x74\xc3\x55\xaf\xa3\x5f\x22\x26\xc6\x84\x95\x6b\xa8\x1a\xbe\xcb\x2d\x5e\x4f\x04\x70\x3e\x88\x60\x61\xee\x8c\xf2\x3f\x05\xf1\x61\xf7\x0b\x55\xca\xcc\xc0\x25\xc5\x2b\xcf\x8d\x0f\xcb\xfd\xbf\x39\xbf\x3d\xb7\x3a\x0d\x3c\xb7\xfa\x9b\xc3\x0a\xf3\x9f\x00\x00\x00\xff\xff\x47\x16\x4c\xf7\xab\x10\x00\x00"
func layoutHtmlBytes() ([]byte, error) {
return bindataRead(
_layoutHtml,
"layout.html",
)
}
func layoutHtml() (*asset, error) {
bytes, err := layoutHtmlBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "layout.html", size: 4267, mode: os.FileMode(420), modTime: time.Unix(1515446988, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _assetsStylesCss = "\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x8c\x57\x5b\x6f\xdb\xb8\x12\x7e\xf7\xaf\x18\xa4\x38\x68\x9b\x9a\x8e\xe4\x7b\x54\x9c\xe0\xb4\x4e\x81\x73\x80\xd3\x3e\x6c\x8b\x7d\x59\xec\x03\x25\x8e\x6c\x6e\x28\x52\x25\x29\x5f\xba\xc8\x7f\x5f\x90\xa2\x6c\xc9\x96\xdb\xc0\x2f\x11\x39\x33\x9c\xf9\xe6\x9b\x4b\xee\x6e\xe1\xbf\x48\x19\x6a\xb8\xbd\x1b\xa4\x8a\x1d\xe0\xef\x01\x00\x40\x4a\xb3\xa7\xb5\x56\x95\x64\x24\x53\x42\xe9\x04\x5e\xe5\x98\x67\x79\xf6\x7e\xf0\x3c\x90\x74\x3b\x92\x74\x9b\x52\x4d\xb8\xdc\xa2\x36\x78\x5d\x6b\xfa\x38\xb9\x9f\x7e\x7c\x5f\x5f\x2b\xcd\x50\x13\x4d\x19\xaf\x4c\x02\x51\x7d\x5a\x2a\xc3\x2d\x57\x32\x81\x9c\xef\x91\xd5\x87\x3b\xce\xec\x26\x81\x38\x8a\xfe\x55\x1f\xfc\x20\x5c\x32\xdc\xfb\xa3\xa8\x63\x2e\x88\x46\x10\xc1\xb8\xdc\x77\xae\x82\x13\x7a\x9d\xd2\x37\x8b\xc5\x70\xb6\x18\x2e\x66\xc3\x68\x34\x7b\x3b\x78\x1e\x9c\x47\xd0\x7c\x4b\xba\x7d\x18\xd1\xcc\xf2\x2d\x3e\xd0\x21\xbc\x48\x2c\xc9\x55\x56\x99\x97\x0a\x6f\xd4\x16\xf5\x75\xc4\x26\x9f\x26\xf1\x64\x55\xc7\x91\x2b\x69\xc9\x0e\xf9\x7a\x63\x13\x48\x95\x60\xef\x5b\x9e\x3b\xab\x82\x3f\xf0\x62\xfd\xc7\xc6\x8b\xfc\xfb\x66\x32\xbe\xf9\x33\x58\x2e\xa8\x5e\x73\x49\x74\xad\x3b\x6b\x90\x61\xdc\x94\x82\x1e\x12\xe0\x52\x70\x89\x24\x15\x2a\x7b\x7a\x89\xd5\x77\x40\x83\xe5\x2b\x26\x7c\x2e\x29\x63\x5c\xae\x89\xc0\xdc\x1e\x13\x1c\x3c\xa9\xcf\xbc\x23\xcf\x83\xc1\x28\xaf\x84\x28\xe9\x1a\x09\xe3\x54\xa8\x35\xc9\x94\xb4\x94\xcb\x23\x32\xc7\x57\x72\x81\xc1\xf7\xbf\x2a\x63\x79\x7e\xf0\xa2\x28\x6d\x02\x19\x4a\x8b\xba\xbe\xa4\x82\xaf\x25\xe1\x16\x0b\xd3\xbd\x28\xb8\x24\x9b\x00\xe1\x22\xda\x6e\xfc\xf3\x77\xb7\xf0\x4d\x95\xa0\x72\x08\xc6\x1c\xff\x47\xde\x9f\x4d\x5d\x0f\x1d\x14\xad\x2a\x9d\x72\xed\x7b\x47\x6c\x13\xff\x1c\x95\x33\x71\x53\x50\x21\x82\x86\x4f\xae\xe1\x3f\x30\x81\x78\xd9\xe4\xa7\x61\xc1\x72\xb9\xec\x41\xef\x28\xe6\x75\x73\x5a\x70\x71\x48\xe0\xf5\x07\x81\x6b\x8d\x07\x0a\x5f\xa9\x34\xf0\x75\xf5\x7a\x08\x86\x4a\x43\x0c\x6a\x9e\x7b\x1f\x52\x2b\x49\xa9\x79\x41\xf5\x4f\x2a\x7c\xb2\xbc\x5f\x2c\x1f\xfb\x2a\xe8\xd5\x74\x75\x3f\x5f\xde\x9f\x9b\xfa\x25\x95\xf3\xc5\xfd\x3c\xef\x35\x38\x19\xcf\xd8\x6c\x56\x53\x61\x47\xb5\x74\xac\x61\x5a\x95\x4c\xed\x24\x8c\x9a\xbf\x08\xcf\x94\x0c\xf6\x1b\xcd\x4f\x1f\xa7\x8f\xb3\x95\x77\xa5\x38\xaa\x90\x9d\xa6\x65\x10\x3c\x35\x14\x8d\x82\xba\xa2\xab\x3d\xf0\x69\x09\x4c\x18\x47\x17\x05\x71\x49\x63\xd7\x6c\xca\x3d\xc4\x81\xb3\xff\x29\x90\x71\x0a\x6f\x1c\xa1\x42\xd3\x59\xcc\x97\xe5\xfe\x6d\x78\xb7\x55\x41\xf0\x00\x82\xc3\x03\x5c\xf1\xb0\x5d\x2a\x9e\x5a\xf1\xb1\x3e\xdb\x57\xa9\xb2\x56\x15\xed\xdb\xe7\xbe\xa8\xdb\x07\x0d\x9b\xcf\x38\x29\x95\xc4\x3e\xc4\x42\x02\x5f\x60\xe1\x44\xe7\xab\xb2\x27\xdc\x69\x6a\x94\xa8\x6c\xc0\xdd\x47\x38\x3b\x02\x7e\xde\x91\xfa\x46\x4d\x8e\x73\x9c\x9f\xe5\xe2\xa4\xa0\xf6\xc4\x6c\x28\x53\xbb\xa4\xee\xf9\xee\xaa\x6e\xf2\xd1\xd0\xfd\x46\xe3\xf9\xdb\x30\x46\x94\x66\x75\xa0\x90\x6a\xa4\x4f\xc4\x1d\x9c\xda\x42\xc8\xe2\xf8\xe4\x5c\x73\x12\x6d\x77\x57\x82\x4d\x68\x6e\x4f\x9c\x6f\x32\x74\x9c\x53\x21\xba\xe5\xd9\x24\x32\xf6\x20\x30\x01\xa3\x04\x67\x4d\xa1\x87\x26\x76\x03\x37\xf5\x49\xd3\xa4\xa2\x8e\x2b\x17\x53\xb2\x0b\x6e\xa9\xb8\x6b\x75\x04\xb7\x28\xad\x69\x32\x7d\x59\x70\x56\x53\x69\x4a\xaa\x51\xda\xce\x75\x1d\x41\x2f\xf2\xdd\xf9\x1a\x1f\x31\xea\x74\x24\x12\x37\x5d\xb1\x05\x95\x67\x55\xc8\xd1\x4b\xc8\x41\x2e\xd8\xd1\xc5\x60\x1a\x1d\xef\x1b\x90\x5a\x47\xc7\xd5\x80\xc4\xbe\x9f\x94\x1a\x87\x30\xca\x69\x66\x15\x67\x04\x19\xbf\x46\xe6\x0e\xbd\xee\x47\xb3\x6e\x80\xf5\x4a\x71\x0a\xbb\xdd\xae\x27\xcd\x61\xbb\xa7\x40\x3c\x9a\x8e\x97\xb3\x45\x3c\x9d\x74\x7b\xf9\x64\x32\x69\xd1\xd1\x13\xb1\xe1\x23\x15\xe2\x97\x4c\xed\x2b\x90\x99\xfb\xb5\xd3\x94\x40\x5c\xee\x6b\x7e\xc1\xab\x2c\xcb\x7a\x37\xae\x69\xef\xf8\xf8\x8c\x52\xa8\xe1\x67\x25\x69\xa6\x86\x2b\x25\x8d\x12\xd4\x0c\x6f\x56\xaa\xd2\x1c\x35\x7c\xc1\xdd\xcd\xb0\x50\x52\x99\x92\x66\x21\x6b\x2e\xbf\xb9\x70\x05\x48\x2b\xab\x42\x04\x1b\x6e\x91\x78\xa1\x04\x4a\x8d\x61\xcc\x5f\xa6\xa1\xb3\xdb\x39\x99\xd4\x4a\x97\xaf\xde\xc5\x65\x1c\xf6\x05\x37\xb1\xbf\x62\x56\x53\x68\x45\x85\x50\x95\x35\x4e\xfe\xa3\x52\xd6\x58\xd7\x07\x1f\x55\xe6\x4f\x56\xaa\x3c\x78\x6d\x18\x47\x71\x4c\xc6\x51\x3c\x87\x6f\x3b\x6e\x2d\xea\x21\xfc\x4f\x66\x23\x27\xf4\x7f\x9e\xa1\x34\x98\xc0\x6a\x05\x1f\xac\xd5\x3c\xad\x9c\x6d\x98\x8c\x22\xb7\x0a\x0c\xee\x6e\x07\x70\xdb\x7a\xc8\x7f\x7e\x51\x16\xbe\x57\xdc\x22\x50\x81\xda\x9a\x21\xa4\x95\x85\xac\x32\x56\x15\x40\x25\x83\x0d\x8a\x32\xaf\x04\x48\x65\xd1\x40\xae\x34\xe4\x4a\x3c\x19\xd0\x48\x1d\xcb\xc0\x6e\x10\x98\xca\xcc\xc8\x59\xfb\x0d\xbf\x57\x5c\xa3\x01\x0a\x29\x35\xe8\x0d\x14\x8a\xf1\xdc\xa1\x9e\x09\x6a\xbc\x98\xf7\x05\x56\xaa\x28\x94\x04\xdf\x46\x6a\xc3\x6e\x8f\xb0\x87\x12\x8d\xdf\x5c\x52\x43\xb2\xda\x57\x8f\xe2\x91\xd5\xcd\x9c\x6b\x28\xed\xbe\xeb\xe2\xea\xa1\x0d\x22\x9e\x6e\x7c\x7d\x37\xc5\x1f\x4a\xe3\x8c\x4e\x93\x50\xf9\xad\xc7\x37\x53\xff\x7e\x7b\x6d\x8a\x4e\xef\x1f\x27\xda\xec\x52\xb3\x4c\x04\x35\x96\x64\x1b\x2e\x58\xdb\x46\xa3\x12\x9d\x2b\x64\x8a\xd5\xff\x77\xf4\x7b\xe5\x57\x3c\xc7\x02\x94\x50\x95\xe0\x79\x09\x29\xda\x1d\xa2\x84\xa2\x12\x96\x97\x02\x21\x18\xbb\x00\xf1\x1d\x9c\x43\xda\x0e\x89\xcc\x4e\x6f\xfc\x4e\x35\xa7\x8e\x3a\xe7\x36\x08\xa3\x72\x1d\x26\x45\x1b\xd2\xa6\x86\x33\x9c\x2e\xa7\xd3\xb3\xa8\x1a\xa5\x80\xe3\xcf\x65\xc3\xde\x74\xf5\x05\x4a\xe7\x8b\x68\x79\x4d\xeb\xec\x89\x7e\x61\x2e\x73\x75\xd5\x7e\x9c\x2e\xa3\x7b\xec\x55\x39\x33\x7e\x92\xbc\xbb\x85\x4f\x92\x1d\x0b\x0b\x6e\xef\xfe\x09\x00\x00\xff\xff\x25\xf9\xa4\x86\x83\x0e\x00\x00"
func assetsStylesCssBytes() ([]byte, error) {
return bindataRead(
_assetsStylesCss,
"assets/styles.css",
)
}
func assetsStylesCss() (*asset, error) {
bytes, err := assetsStylesCssBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "assets/styles.css", size: 3715, mode: os.FileMode(420), modTime: time.Unix(1515446988, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _templatesFactoidInfoHtml = "\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\x56\xd1\x8f\xdb\xa8\x13\x7e\xcf\x5f\xc1\xcf\xbf\xd5\xc5\x91\x1a\x5b\xed\xe3\xae\x63\xa9\x4d\x5b\xdd\x4a\x7b\xa7\xaa\xdb\xea\x1e\x2b\x02\xe3\x18\x2d\x01\x0b\x70\xd2\x08\xf1\xbf\x9f\xb0\xb1\x43\xbc\xc9\xae\xae\x3a\x9d\x5f\x8c\xe1\x9b\x61\xe6\x9b\x8f\xc1\xd6\x52\xa8\x98\x00\x94\x68\x73\xe4\xa0\x13\xe7\x66\x45\x37\x2c\x67\xb3\x22\x0f\x23\x6b\x41\x50\xe7\x66\x27\x34\x91\xc2\x80\x30\x1d\x9c\xb2\x3d\x22\x1c\x6b\xbd\xea\xa6\x31\x13\xa0\x92\xf2\x6c\xbe\xc1\x5b\x58\xd6\x80\x69\xb7\x82\x10\x42\x45\xfd\xb6\xfc\x8c\x89\x91\x8c\xde\xa2\x82\x48\x0a\xa5\xb5\x59\x98\x19\xde\x7f\xe2\x1d\x38\x57\xe4\xdd\x32\xb2\x96\x55\x68\x84\xdc\xeb\x07\x49\x9e\x80\x3a\x57\xb0\x61\x9b\x0a\xa3\x0a\x2f\xb9\x24\x4f\x49\x59\xe4\xac\x0c\x71\x17\x79\xfd\xb6\x9c\x15\x39\x65\xfb\x72\xd6\xed\x6e\xed\x81\x99\x7a\x74\xe6\x5c\x1f\x53\x53\x3e\x60\x6d\x10\x50\x66\x6e\x91\xb5\xad\x06\xf5\x83\x33\xf1\x84\x6e\x50\xe6\x57\xbe\x6b\x50\x01\xeb\x1f\x26\x90\xb5\xa4\xc6\x42\x00\x3f\xc3\xad\xfb\xb9\x08\x6a\xad\x02\x6e\xd8\x0e\x7a\xc0\x37\xb6\x03\x6d\xf0\xae\x71\x0e\x2d\x51\x81\x51\xad\xa0\x5a\x25\xd6\x62\x45\x6a\xb6\x87\x1f\xfe\x7b\xe2\xad\xff\xf8\x03\xb4\xc6\x5b\x70\x2e\x29\x1f\x39\x26\x4f\xe8\x7d\x6f\x51\xe4\xb8\x0c\xa9\xb1\x0a\xdd\x64\x0f\xf8\x28\x5b\x93\xad\x5b\xa5\x40\x84\xc0\x0b\xdd\x60\x81\x18\x5d\x25\x3e\xc3\x65\xd5\x27\x9f\x0c\xec\x6d\x8c\x40\x1b\x23\x96\x14\x2a\xdc\x72\x93\xa0\xae\xfa\xab\xa4\xe2\x12\x9b\x5b\xc5\xb6\xb5\x49\xca\x29\xd9\x0d\x08\xc2\x78\x4f\x37\xfa\x44\x99\x29\x72\xbf\xcb\x89\xfa\x26\xd4\xdb\xab\x21\x38\x24\x1c\xb0\xba\xdd\x48\x53\x7b\xbb\x53\x55\x8a\x46\x41\x17\x5e\xa3\xd8\x0e\xab\xe3\x52\xcb\x56\x11\x18\x03\x0c\x9f\xe5\x28\x97\xaf\xf8\xf0\xd8\xcd\x8d\x22\x29\xf2\x46\xc1\x40\x44\x2f\xda\x20\xb7\x77\xe5\xef\x4c\x1b\xa9\x8e\x45\x5e\xbf\xf3\xe2\x8e\xe4\x59\xf7\x2b\xcb\x58\xbe\xd6\x2a\x2c\xb6\x80\xb2\x60\x36\x68\x24\x32\x0b\x04\x06\x61\xde\xeb\xcf\x52\x6d\xa5\x31\x20\x9c\xab\x86\x61\x88\x22\xa8\x7e\xea\x61\x07\x06\x47\x4b\x41\x84\x5f\x61\xcf\x34\x93\xc2\x6b\x30\xfb\xb8\xb9\xff\xe8\xdc\xa5\x3d\xfa\x72\x0e\x9e\x5a\x03\x34\x29\x53\x0a\x1c\x0c\xd0\xc5\x79\x19\xc6\x1d\x36\xc7\xff\x4c\xd7\xbf\x09\x8a\x75\x7d\xf7\xaf\xa9\x7b\x94\x52\xc7\x52\x2f\x9b\x13\x69\x0a\x7e\x4d\x25\xc1\xd1\xc0\x53\xf8\x1c\x5e\x9a\x28\xd6\x98\x1e\xb9\xc7\x0a\x31\xed\x25\xce\xc4\x16\xad\x50\x85\xb9\x86\xbb\x68\xe9\x11\xef\x2f\xae\x18\xf8\x69\xb0\x02\x8c\x56\x48\xb4\x9c\xdf\xcd\x6e\x52\x2a\x49\xbb\x03\x61\xb2\x2d\x98\x4f\x1c\xfc\xf0\xc3\xf1\x9e\xa6\xe7\x07\x73\xb1\xc8\x08\x67\xe4\x29\xad\x5a\x41\x0c\x93\x22\x5d\x20\x3b\xba\xbd\xf1\xd8\x0f\xad\x31\x52\xa0\x15\xba\x49\xe7\xff\x8f\x8d\xe7\x8b\x3e\x00\x56\xa1\xf4\x7f\x63\xd8\x83\xfd\xe8\xa3\x27\x2b\xd8\x9f\x1f\xbb\xc1\xc3\x80\x25\xad\xfa\x06\x3f\x8d\xc7\xf6\x80\xcc\x27\x96\x4e\x50\x02\x0e\xdf\x4e\xf9\x8e\x79\x12\x05\xd8\x40\x48\x35\x9d\x0f\x94\xc4\x7b\x44\x96\xd9\x1e\xf3\xd6\x47\x15\xf6\xbc\x0c\xd2\x60\xde\x1b\xa3\xd8\xa6\x35\x90\xce\xc3\x8d\xe4\x39\xc0\x1b\x0e\xf3\x37\x68\x7e\xcd\xfb\xb9\x21\xa3\x1e\x7b\x3d\xf7\xd8\xb2\x93\xd8\x03\xd3\x26\xc3\x94\xa6\xf3\xc0\xf5\xd2\x6f\x1a\x9b\xc4\x15\x3f\x59\x9f\xd6\x07\x02\x15\x34\x1c\x13\xf8\x8b\x99\x3a\x8d\x80\x91\xa7\xa8\xc8\x99\x82\x9d\xdc\xc3\xda\x87\x90\xce\xa3\x46\x3d\xbf\x82\xc7\x94\x46\xe0\x90\xe0\x35\x70\x6d\x76\x3c\x9d\x4f\xbb\x3b\xa9\x61\xb8\x4b\xd1\x23\xde\x9f\xf1\x12\x9f\x05\xa3\xda\x20\x78\x87\x80\x6b\x88\x64\xe6\x05\x38\x9c\x8d\x05\x52\x60\x5a\x25\xee\x66\xcf\xa8\x9a\x14\x85\x32\xed\xab\x48\xa7\x65\x7c\x91\x8f\x57\x52\x3c\xe7\xe3\x15\xf2\x2e\xf3\xa1\x1b\x26\x86\x77\x77\x4d\x0c\xcc\x30\xb1\xcd\xb2\xec\x9c\x9e\xb1\x1f\x9c\xd8\xf1\x4f\x23\xb5\xf9\x88\x0d\x4e\xe7\x79\xd0\x8f\xce\xad\xcd\x1e\x89\x6c\x20\x34\xc3\xef\x5f\x1f\x9c\xcb\xaf\xfd\x0f\xe5\x9d\xdc\xde\x20\xab\xf0\xe1\xf6\x44\x60\x77\x66\xdc\x22\x33\x35\x88\x53\xc7\x50\xa0\x9b\xf8\xd4\x4f\x42\x8b\x5a\xd5\xaf\xf4\x85\xe8\xd4\x7f\x51\xf0\xc2\x81\x6f\xd4\x35\xbb\xb5\xa4\x2f\x19\xfa\x7e\x3d\xb5\xec\x77\xcb\x70\xd3\x80\xa0\xeb\x9a\x71\x9a\x06\x47\xcf\x81\x7e\xb6\x6b\x54\xeb\xbe\x3f\xf8\x72\x9c\x31\x76\xd1\xf5\x3f\xeb\x10\x91\xe1\xa4\x41\x5c\xc6\x5e\x39\xfe\x5f\xd4\x34\xfe\xd7\x05\xf9\xec\xf7\x6b\xba\xd7\x95\x1b\x6b\x78\x0e\x4c\x50\x79\xc8\xb8\x24\xd8\xcb\x25\x53\xc0\x25\xa6\x71\x53\x77\x61\xec\x66\x7e\x54\xe4\xc3\x95\x18\x6e\xcc\xbf\x03\x00\x00\xff\xff\x5f\x5b\x1b\x03\x41\x0c\x00\x00"
func templatesFactoidInfoHtmlBytes() ([]byte, error) {
return bindataRead(
_templatesFactoidInfoHtml,
"templates/factoid-info.html",
)
}
func templatesFactoidInfoHtml() (*asset, error) {
bytes, err := templatesFactoidInfoHtmlBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "templates/factoid-info.html", size: 3137, mode: os.FileMode(420), modTime: time.Unix(1515446988, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _templatesFactoidListHtml = "\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x9c\x55\x4d\x8f\x9c\x46\x10\xbd\xf3\x2b\xca\x23\xdb\x49\xa4\x01\xe2\x8f\xd3\x1a\xa3\x58\x96\x22\x59\x5a\xe7\x10\xdb\x8a\x72\xf2\x16\x50\x40\x67\x9a\x6e\xd2\xd5\xcc\x2c\x42\xfc\xf7\xa8\x1b\x9a\x99\xd9\x5d\x5f\x32\xa7\xa1\xba\x3e\x5e\xbd\x7e\x55\x3d\x4d\x15\xd5\x42\x11\xec\xd8\x8e\x92\x78\x37\xcf\x51\xe6\xff\xe6\xd1\x20\x93\x1a\x4b\xab\x45\x15\x4b\xc1\x16\xa6\x08\x00\xa0\xc7\xaa\x12\xaa\xb9\x81\x5f\xdf\x45\xf3\x23\x1f\x29\x56\x37\xf7\x15\xfb\x44\x37\xa0\xb4\xa2\x77\xde\xda\xa1\x69\x84\x8a\x25\xd5\xf6\x06\x5e\xf7\xf7\x57\x56\x23\x9a\x36\x98\xe7\xe8\x51\xde\x44\x22\xdb\xb8\xd3\x95\xa8\x05\x55\x6b\x99\x5a\x6a\xb4\x37\xe0\x43\x5d\x54\x96\xae\xe0\xa7\x89\x54\x35\xcf\xd1\xb9\xc1\x52\x2b\x4b\xca\xfa\x0e\x2b\x71\x84\x52\x22\xf3\x7b\x6f\x46\xa1\xc8\xec\xf2\x2b\x7b\x8f\x0d\xc5\x2d\x61\xe5\x4f\x5c\xad\xac\x7d\x95\xff\xbe\x80\xe2\x2c\x6d\x5f\xe5\x19\x77\x28\x65\xfe\x01\x4e\x38\x82\xd5\xc0\x56\x1b\x02\x54\x15\x18\xb2\x46\xd0\x91\xc0\xd2\xbd\xcd\xd2\xc5\x2f\xca\xd2\x4a\x1c\xaf\xab\x14\x1c\x97\x28\xa5\x1e\x2c\x9c\xff\xc6\x42\xd5\x7a\x2b\xfa\x36\xff\xc6\x42\x35\x70\x51\xfa\xed\x7a\xd6\xe7\x5f\x70\x84\xac\xd4\x15\xe5\xcf\x56\xbe\x14\x76\x94\xa5\xde\x04\x42\x01\xaa\x11\xca\x16\x95\x22\x09\xa7\x96\x0c\xc1\x67\x34\x47\xa1\x40\xb0\x83\x6c\x06\x05\x08\x6b\x68\x02\x9f\x6a\xb0\x2d\x85\x6f\xb0\x78\x20\x06\x34\xcd\xd0\x91\xb2\xbc\x5f\x04\x60\xf4\x51\x54\xe4\x1c\x3b\xc0\xda\x92\xf1\x31\xae\xee\x1e\xb8\xc7\x92\x62\xa6\x1e\x0d\x5a\xaa\x12\xf8\xda\x52\x00\x18\x50\x65\xd4\xe5\xdd\xc0\x36\x4b\xa9\xcb\xa1\x20\x40\xeb\x33\x1c\xc9\x8c\x50\x50\x23\x94\x72\xfd\x6a\x8f\x65\x11\x08\x31\x63\x43\x2e\x9b\x60\x87\x1c\x25\x6b\x70\x6c\x51\x05\x08\x05\xaa\x26\x0e\x3d\x64\x69\xbf\xb1\xf3\xb7\x1e\xa0\x44\xb5\xb8\x5f\xb5\x0a\xc5\x08\x8c\xa3\xab\xb3\xa0\xfb\xad\x5b\x68\x09\xe7\x0d\x59\x78\xcc\x68\x02\x1f\x18\x0a\xaa\xb5\xa1\xfd\x46\xc4\xc6\x8f\x2f\x8b\x0c\x4a\x9b\x0e\xe5\x82\xe4\xff\xde\xf9\x5f\x46\xd8\x1f\xde\xfa\x37\xf6\xf4\x3f\x80\x6e\xa8\xa3\xae\x20\x73\x89\x1b\x56\xd5\x07\xee\x4b\xdd\x75\x4e\xa0\x4e\xad\x64\x2f\xae\xfe\x92\xb6\x4f\x35\x8c\x7a\x00\x45\x54\x5d\xc9\x61\xcd\xe5\x82\xd7\xa9\x01\x45\x27\x29\x14\xf1\x1e\x2a\x0d\xb6\x15\x7c\xb3\x74\xdd\x1b\xca\x7f\x80\x8e\xee\xb1\xeb\x25\xc1\xcb\x57\xd1\xdd\xdd\x5d\xf4\x79\x90\x56\xb8\x1c\xd1\xc7\x25\xbd\xb3\xae\x70\xb3\xd4\xe5\x79\x0a\x56\xe7\xa2\x5c\x96\x2e\x84\x43\x8f\xc6\xf2\x1e\xfe\x19\xd8\x02\x56\x4e\x17\x2f\x5f\xaf\x8a\x39\x69\x73\x60\xa8\xb5\x01\x94\x32\x70\xc0\x6e\x3c\xd6\x61\x88\xa1\x18\x2c\x28\x6d\x9d\x93\xaf\x77\xa9\x29\xde\xbb\x5b\xb5\x2d\x8d\x80\xf2\x84\x23\xc3\xb0\x5e\x00\x29\x2b\x0c\x05\x7d\x3e\x3b\x93\xd8\x9a\x07\xb0\x7f\x32\x04\x2d\x1e\xdd\x95\x5a\xa3\x87\x42\x12\x9c\x84\x6d\xa1\x6f\x0d\x32\x31\x48\x71\x20\x78\x81\xa6\xe1\x17\x7e\x83\x3c\xaf\xa5\xe8\x7f\x4e\x92\xe4\x17\x28\xc8\x45\x09\x65\xc9\xf4\x86\x2c\x55\x0e\xb8\xab\xae\x07\xdb\x0f\xd6\x0d\xca\xa8\x07\x03\xb7\x03\x02\x97\x46\xf4\x76\x19\x54\xf7\x23\x61\x5b\x32\xd0\x1b\xaa\xb1\xa4\xc5\x6f\x0d\xf3\xe5\x97\x3b\x9a\x0c\x9e\xe6\x20\x11\x6d\xfc\xc2\x68\x2e\x25\x36\xc9\x01\x37\x87\x4a\x18\x2a\xad\x70\xdb\x4d\x5f\x9c\x9b\xe0\x90\x6c\xd5\xdd\xf0\x33\x95\x5a\x55\x0e\xc1\xd1\xcd\xc8\xb9\x0f\xb4\x42\xab\x75\x98\x7c\x29\x87\xdf\x25\x00\xba\xa7\x72\xb0\x4e\x54\xa7\x56\x48\x7a\x0a\x64\x25\x18\x0b\x49\x8f\xd2\x2d\x4b\x63\x6d\x31\x81\xcb\x11\x8c\xb2\xf6\x4d\xd8\xdf\x70\x2b\xdc\xfe\x69\xdf\xe4\x51\x36\xc8\x30\x98\x97\x2f\xce\xce\x3d\x21\x60\x3c\x0f\x89\xf3\x86\x79\x8e\x00\x32\x29\xf2\x0c\xa1\x35\x54\xbf\xdf\xa5\x41\x1f\xe9\x34\x89\x1a\xe8\x5f\x48\xbe\x94\xba\xa7\x8f\xeb\xbe\xdd\xed\xe6\xf9\xfb\x34\x91\x64\x9a\xe7\x69\xba\x3a\x74\x06\xff\x42\xa5\xd3\x94\xac\xa8\xfe\xc0\x8e\xe6\x79\x5d\x02\x10\xda\x9e\xe0\xf2\x1c\xe6\xc0\x81\xaf\xa9\xe8\x89\x9a\x19\xf7\xa8\x42\x53\x82\xe3\x75\xff\xc7\x5a\xc9\x71\x97\x4f\xd3\xfa\xfd\x5d\x0a\x75\x80\xe7\xf0\x00\x57\x96\xba\xf0\x7c\x85\x97\xa5\x18\xf0\xf8\x82\xc9\x27\xbe\xd5\xe5\x81\xdc\x91\x38\x13\x07\x35\xc6\x52\x97\x87\x5d\x9e\xa5\x22\xc4\x86\x3e\x2e\xe1\x5c\x3d\xe2\xbb\xdc\x7d\xc2\xf6\xa6\x17\x23\x4c\xd3\xc0\x64\x36\x68\xb7\xc8\xf6\x1b\x93\xd9\x92\x81\x13\xff\xe3\x16\x9c\xdf\xd6\x01\x4c\x93\x21\x69\x45\x47\xcb\xc1\x57\xd1\x11\x5b\xec\xfa\xad\xb9\x80\xac\x37\x14\x80\xb1\x1e\x4c\x49\xbb\x3c\xb0\x9e\xfc\x89\xa7\x2f\xde\xb6\x31\xbe\xad\xa3\x2c\x95\xc2\xeb\x83\x54\xe5\x74\x91\xa5\xc3\xf9\x79\x5f\x9b\xff\x2f\x00\x00\xff\xff\xc4\x12\x17\xcf\x5a\x09\x00\x00"
func templatesFactoidListHtmlBytes() ([]byte, error) {
return bindataRead(
_templatesFactoidListHtml,
"templates/factoid-list.html",
)
}
func templatesFactoidListHtml() (*asset, error) {
bytes, err := templatesFactoidListHtmlBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "templates/factoid-list.html", size: 2394, mode: os.FileMode(420), modTime: time.Unix(1484702025, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _templatesHomeHtml = "\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x74\x92\x41\x6b\x1b\x31\x10\x85\xef\xf9\x15\xd3\x3d\xa7\x56\x9d\x63\x51\x04\xa1\x50\x1a\xe8\x42\x20\xa1\xd7\x30\x96\x66\x57\x13\x6b\xa5\x45\xd2\xae\x9b\x1a\xff\xf7\x22\xad\xed\x24\x04\xdf\x84\x66\xf4\xbd\x79\x4f\xb3\xdf\x1b\xea\xd8\x13\x34\x3a\xf8\x4c\x3e\x37\x87\xc3\x95\x34\x3c\x83\x76\x98\xd2\x6d\xbd\x46\xf6\x14\x1b\x75\x05\x00\xf0\xbe\x36\x62\x4f\x5f\x2d\xa1\x39\x57\x6b\x87\x5d\xab\x5f\x61\x20\x29\xec\x5a\xc9\x34\xa0\x73\x8a\x13\xec\x2c\x45\x82\x6c\x09\x2c\x61\xcc\xc0\x49\x8a\xa5\xb8\x70\x85\xe1\x59\x5d\x2d\xe7\x51\x3d\x59\x4e\xc0\xa9\xf6\xef\x68\x03\xec\x33\xc5\x0e\x35\x41\x17\x22\xb4\x18\x67\xf6\x2b\x29\xc6\xe3\x63\x7b\xa3\x24\x82\x8d\xd4\xdd\x36\xa2\x43\x9d\x03\x9b\xd4\xa8\x9f\xc7\x93\x14\xa8\xa4\xb0\x37\xea\x84\xff\xc3\xb4\x83\x14\xa6\xa8\xe9\x1a\x2c\xa7\x1c\xe2\xeb\x35\xa0\x37\x80\x93\xe1\x0c\x2e\xf4\xa9\x2a\x9d\x58\x97\xb4\x4a\x63\xa3\x7e\x87\xfe\x82\x46\x70\x66\x81\x85\xae\x7a\x79\x74\xa8\xb7\xa0\x2d\x7a\x4f\x2e\xc1\x88\x29\xd7\xfb\xf5\xb7\x2d\x0c\x94\x12\xf6\x04\x8e\x07\xce\x2b\xb9\x89\x6f\x99\x3e\x05\x98\x0b\x6e\x8c\x3c\x63\xa6\x33\xe0\x1a\x5e\xc3\x04\xc3\x94\x32\x6c\x08\x12\xf7\x9e\x0c\xb0\x87\x1d\x67\xbb\x68\x5d\x1a\x9c\xfd\xcc\x99\x52\xa3\x1e\x8e\xc8\x1f\x0b\x12\xee\x4b\x01\x33\x07\xff\xd9\xd2\x23\x39\xd2\xb9\xe6\xf4\x12\xd8\x43\x33\x4e\x1b\xc7\xba\xf9\x34\x17\x94\xcf\xfe\xf2\x41\xba\x0d\xe5\xfb\x03\xe8\x65\x35\x4e\xd0\xc9\xbd\xdb\x1c\xc7\x25\xca\xb3\x81\x7b\x9f\x23\x96\x37\x3d\xe5\x63\x72\x0f\x6d\xdd\x24\x5f\x7d\x5b\x9c\x09\x10\x74\x88\x91\x74\x99\x58\x0a\xc7\x1f\x71\x67\xc3\x36\xe7\xf1\xbb\x10\x3b\xde\xf2\xaa\xba\x08\x11\x07\x5c\xe9\x30\xd4\x3b\xd1\xe2\x5f\x1e\xf8\x1f\x3d\xdf\x75\x1d\xc7\x81\xcc\x73\x8b\x2f\x21\x72\xe6\x12\x52\x7b\xd7\x96\x30\x60\x0c\xce\xb1\xef\xdf\x74\xa4\x28\x06\x8e\xcb\xbb\xdf\x93\x37\x87\xc3\xff\x00\x00\x00\xff\xff\x76\xc3\x87\x61\x54\x03\x00\x00"
func templatesHomeHtmlBytes() ([]byte, error) {
return bindataRead(
_templatesHomeHtml,
"templates/home.html",
)
}
func templatesHomeHtml() (*asset, error) {
bytes, err := templatesHomeHtmlBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "templates/home.html", size: 852, mode: os.FileMode(420), modTime: time.Unix(1484702025, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _templatesInviteBoxHtml = "\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x8c\x94\xdd\x6e\xe3\xb6\x12\xc7\xef\xfd\x14\x03\x2d\x0e\xb0\x0b\x1c\xca\x76\xb2\x09\x16\x8a\x63\x20\x48\xb0\xdb\x14\xe9\xa2\x40\xd3\xeb\x62\x24\x8e\x24\x36\x14\x29\x90\xb4\xa3\x54\xd0\xbb\x17\xa4\x24\x5b\xb1\x9d\x34\xf6\x8d\x34\xfa\x0f\xe7\x37\x5f\x6c\x5b\x4e\xb9\x50\x04\x91\x75\x2f\x92\x2c\x4b\x75\x13\x75\xdd\x6c\x15\x5e\xd7\xb3\xb8\x62\x59\x89\x4a\x91\x84\x76\x06\x00\x50\xa1\x29\x84\x4a\xe0\xa2\x6e\xe0\xbc\x6e\xae\x82\x31\x97\xd4\xb0\x14\xad\xb0\x09\x64\x28\xb3\xcf\x17\x8b\xff\x01\x83\xcb\xba\xf9\x32\x11\x14\x46\x3f\x27\xb0\xbc\x9a\x05\x53\x8a\xd9\x53\x61\xf4\x46\x71\x96\x69\xa9\x4d\x02\x9f\xf2\x3c\xef\xe5\xa9\x36\x9c\x4c\x02\xcb\xba\x01\xab\xa5\xe0\xf0\x29\x5f\xf8\xff\xf4\x33\x33\xc8\xc5\xc6\x26\xb0\x18\x4f\xd4\x0d\xb3\x25\x72\x1f\x65\x01\x67\x75\x13\x20\x4d\x91\xe2\xe7\xc5\xff\xfd\x3f\x3e\xbb\xfc\x72\x35\xeb\x26\x49\xb1\x67\x83\xf5\x90\x59\xad\xad\x70\x42\xab\x04\x0c\x49\x74\x62\x4b\x7d\xb4\x1a\x39\x17\xaa\x48\x60\x79\xe1\xf3\x9d\xba\x43\x79\xfe\xaa\x2c\xcc\xe9\x3a\xf0\x84\x9c\xb5\x72\xcc\x8a\x7f\x28\x81\xb3\xaf\x83\xe7\xdf\x5a\x28\x96\x3a\x75\x14\x12\x53\xab\xe5\xc6\x0d\x21\xc3\x31\x4b\x43\x55\xff\x6a\x44\x51\xba\x31\x7e\xf8\x4e\x8d\x63\xce\xa0\xb2\xb9\x36\x55\x02\x52\x3f\x93\xc9\xd0\xd2\x01\x5e\x5c\x91\xc3\x21\x56\x8f\xe3\xbb\x9a\x80\x70\x28\x45\x76\x2c\xb6\x16\x0b\x7a\xa5\x0f\xf8\xcb\x6f\x63\xe2\x54\xa5\x64\x58\xa6\x37\xca\x9d\x90\x7d\x1d\xf9\xc6\x86\x7e\x0b\xbf\xe0\x6a\x25\x66\x4f\x4c\x0a\xf5\xf4\x96\x63\x37\x8b\x51\x65\xa5\x36\x1f\x29\x0e\xbb\x5c\xf4\x3e\xab\xf9\x30\xa9\x6d\x4b\x8a\x77\xdd\x6c\x3f\xd1\x42\x6d\x85\xa3\x71\xa2\xbd\xeb\x8a\x8b\x2d\x64\x12\xad\xbd\x8e\x76\x89\x47\xc0\xd1\x21\x13\xfc\x3a\x6a\xdb\xf8\xfe\xae\xeb\xa2\x75\x50\xbf\xe9\x11\xa6\xe6\x50\x34\xf8\xff\xc4\x8a\x6e\x42\x1a\x5d\x17\x8d\x9e\x7d\x5e\xd1\x7a\x35\xe7\x62\x3b\xf1\x2b\xcf\xd7\x2b\x1c\x45\x03\xae\x2f\x51\x04\xa5\xa1\xfc\x3a\x9a\xf7\x36\x3b\xdf\x81\x0d\x11\xba\x6e\x35\xc7\x35\xac\x6c\x8d\x6a\x87\x37\x69\x4e\xb4\x5e\x89\xd1\x9e\x23\xe4\xc8\x36\x96\x02\x80\x58\x43\xdb\xc6\xbf\x05\xed\xad\x97\xfa\xa3\xfc\x31\x7b\xac\x80\xb6\xc3\xda\x37\x6e\xa4\x2a\x9d\xab\x6d\x32\xf7\x50\x3f\xe2\x07\x7c\xd1\x1b\x17\x3f\x12\x56\xf1\x9d\xae\x50\xa8\xae\xeb\x9b\x1d\x67\xba\x9a\x0f\x33\x35\xc9\xe0\x10\x2c\x68\x07\x32\x5d\x93\x02\xa1\xe0\x0f\x6f\xf3\x19\xee\x4b\x35\x2f\xcf\x27\x6f\xd3\xbc\xc7\x9d\x9a\x34\xa4\x6d\x41\xe4\x10\xff\x88\x7f\x6a\xf7\xa0\x8b\x82\xf8\xbd\x02\x36\x0c\xc1\x71\x8a\x7e\x21\x53\xa7\x18\xa7\x1c\x37\xd2\x8d\x03\xa1\x1c\x19\xcc\xdc\x75\xb4\x8c\xd6\x0f\xba\x80\x7b\x05\xdf\x85\xb1\xee\x15\x58\xdb\x32\x20\x69\xe9\xd5\xf1\xde\x28\x72\x40\xc5\x3d\xc4\x2f\xb8\xa5\x5f\xb5\x50\x77\xe8\x10\xe2\x9b\x2d\x0a\x89\xa9\xa4\x0f\x00\xd5\x46\x54\x68\x5e\x4e\x01\xbd\x57\x46\x1f\x0c\x6e\xfb\x59\xfd\x30\xec\x21\xe8\x87\xcb\x05\x5c\x58\x9f\x0f\x7f\x1f\xea\x46\x1a\x42\xfe\x12\xe0\x88\xff\x37\xd6\xe9\x98\xcf\x68\x94\x50\xc5\xa9\x8a\xdc\x96\x94\x3d\xc1\x77\x14\x92\x38\x30\x78\x8f\xe5\x56\x8a\xec\x09\x9c\x0e\x30\xc7\x28\x8a\x1f\x15\xe8\x2d\xdb\xc4\x74\xb8\x46\xab\x7a\xbf\x99\x0e\xfd\xea\xfa\x1d\xfc\x2b\x5c\x81\xbb\xc5\x81\xf8\x4f\x4b\xa6\xeb\x20\x33\x84\x8e\x38\xf4\x1b\x0f\x6d\x6b\x48\x3a\x51\x11\xc4\x8f\xa2\x22\xeb\xb0\xaa\xfd\xa6\xd6\xa7\xcf\x0f\x4b\x16\x6e\x87\x47\x6a\xdc\x9b\xc2\x7a\x63\x6a\x6d\x7b\xe1\xef\xfd\xf3\xa1\x76\x7f\x43\x0d\x8f\xe3\xbd\xfa\x6f\x00\x00\x00\xff\xff\x8b\xe3\xc5\x9e\x2a\x08\x00\x00"
func templatesInviteBoxHtmlBytes() ([]byte, error) {
return bindataRead(
_templatesInviteBoxHtml,
"templates/invite-box.html",
)
}
func templatesInviteBoxHtml() (*asset, error) {
bytes, err := templatesInviteBoxHtmlBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "templates/invite-box.html", size: 2090, mode: os.FileMode(420), modTime: time.Unix(1523916455, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _templatesInviteListHtml = "\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x57\xdd\x6e\xdb\xc6\x12\xbe\xd7\x53\x4c\x94\x20\xa2\x70\x4c\x32\x39\x27\x57\x12\x2d\x9c\x1c\xc7\xc1\x71\xe1\xb4\x45\xec\xa0\x17\x41\x50\x8c\xb8\x43\x69\xad\xe5\x2e\xbb\xbb\x94\x2c\x10\x04\xfa\x34\x7d\xb0\x3e\x49\xb1\xcb\x1f\xd1\xb6\xe2\xd6\x08\xe2\x0b\x93\x5c\xce\xcf\x37\xdf\xcc\x7e\x4b\x55\x15\xa3\x8c\x4b\x82\xb1\xb1\x7b\x41\x66\x5c\xd7\xa3\xaa\xb2\x94\x17\x02\x6d\xbf\x1a\x2e\xd5\xad\x7b\x93\xf8\xc7\xc5\xc8\x50\x6a\xb9\x92\xcf\xd3\x35\x4a\x49\xc2\x40\x35\x02\x00\x60\xdc\x14\x02\xf7\x33\xc8\x04\xdd\xce\xfd\x92\xbb\x0b\x33\xa1\x76\x33\xd0\x6a\x07\x3b\x8d\x45\xf3\xe2\xa6\x34\x96\x67\xfb\x30\x55\xd2\x92\xb4\x33\x30\x05\xa6\x14\x2e\xc9\xee\x88\x64\x63\x93\xa3\x5e\x71\x39\x83\x57\x10\xfe\xa7\xb8\x85\x7f\xbf\x2a\x6e\xe7\xa3\x7a\x94\xc4\x2d\x8c\xaa\x22\xc9\x3c\xe0\xae\x88\x36\x9a\xc7\xca\xf8\x16\x52\x81\xc6\x9c\xfa\x65\xe4\x92\xf4\x78\x71\x67\xbd\xc0\x15\x85\x6b\x42\xe6\xdf\xb8\x94\xc9\xfa\xf5\xe2\x67\xcd\xb7\xae\xf8\xb3\xb6\xba\x24\x5e\xbf\x5e\x24\x26\x47\x21\x16\x3f\x28\x2e\xa1\x2c\x60\x4d\x9a\x9e\x25\x71\xb3\x38\x4a\x62\xc6\xb7\x6d\x80\x41\xf8\xa5\x09\x53\x14\x42\x95\x16\x0e\xb7\x21\x97\x99\x6a\xb3\x35\x19\xdf\x2c\xce\x34\xa1\xe5\x72\x05\x17\x72\xcb\x2d\xb9\x8c\x6f\x06\x16\xc5\xe2\x5a\x01\x32\x06\x7b\x55\x6a\x28\x5a\x78\x2d\xf9\x60\x15\xd8\x35\x37\xe0\x8a\x39\x81\x8c\x6b\x63\x81\xfb\x38\xf0\xdf\x1c\xf5\x96\x4b\x40\xc9\xc0\xe0\x1e\x82\x4c\x69\xa0\x5b\xcc\x0b\x41\xd3\x59\x12\x17\x77\x92\x24\xa9\x62\xb4\xe8\x7c\x72\xdc\x50\xd8\xc6\x99\x19\x95\xa6\xa4\x67\xf0\x5c\xa3\x64\x2a\x87\xf7\xa5\x5d\x2a\xf1\x0c\xde\x6a\x8d\x72\x45\xb0\xc2\x9c\xcc\x09\x58\x14\x1b\xc0\xa5\x2b\xb8\xf1\x48\x62\x1f\xf3\x7e\xa6\x0f\x4d\x8a\x1d\x17\x02\x0a\x65\x2c\x20\xe4\x64\x0c\xae\xa8\xa9\xe6\x50\xdc\x5e\x95\x60\x0a\x4a\x79\xc6\x89\x41\xd0\x40\x6c\x51\xb4\xc1\xa7\xbe\xbc\x82\x54\x21\x08\x52\x94\x70\xe3\x7a\xc4\x25\x28\x49\xa0\x32\xb0\x3b\x05\x3b\xdc\x9b\x7b\xf5\x2a\xb1\x48\x04\x5f\x5c\x91\x64\x8e\x79\x94\x40\xb9\xba\xe1\xa0\x09\xfd\x70\x83\x92\x70\x25\x30\xdd\x34\x30\x5b\x26\xec\x9a\xf2\x7b\x18\xa3\x24\x16\x7c\x10\x58\xf0\xc5\xf5\xa0\x02\xef\x8d\x45\x41\xa8\x5d\xc8\x41\xab\xee\xc1\x4e\x05\x4f\x37\x3e\xf0\xb2\xb4\xd6\x99\x2a\x58\x52\x9b\x98\x35\x59\x92\x58\x89\x76\xce\xbe\x71\xe4\x7e\xb2\x6b\xd2\x70\x21\x33\x75\x6c\xd8\x34\xe5\x6a\x4b\x80\x7d\x15\x99\x56\x79\x83\x5d\x70\x63\x4f\xa0\x34\x04\x77\xe7\x45\xd3\x56\xf5\x13\xd3\xb6\x06\xc2\xc6\x27\x55\x79\xee\xaa\xf5\x5c\xa4\x28\x53\x12\x80\x1d\xa9\xe8\xd8\x36\xc7\x1a\xef\x92\x70\x37\xcc\xd1\xfd\x01\xba\x18\x38\x1a\x92\xd6\x79\xe3\x83\x9d\xe1\xd3\x49\x65\xc1\xac\xd5\xce\xed\x5a\xcf\x3f\xc1\x8e\x96\xc0\xa5\x25\x9d\x61\x4a\x73\x9f\x2a\x2f\x8d\x6d\x5a\xdf\x01\xe9\x06\x92\xb7\x63\x70\xc0\xd0\x52\x3f\x4a\x5a\x19\x04\xce\x4e\xc7\x9d\x14\xb6\x34\x57\x15\x34\x3b\x23\xea\x54\x04\xea\xba\xaf\xa0\xaa\xe0\x20\xb1\x0d\x63\x5e\x62\x21\xea\xac\xaa\x0a\x48\x32\xf7\x94\xc4\x6d\x9a\x5e\x66\x7c\xbf\x5d\xce\x42\x60\x4a\x6b\x25\x18\x69\x33\x06\x2f\x8a\xa7\xe3\x4e\x84\xa5\x92\x34\x1e\x0c\xc8\x3d\x87\xd0\xed\x92\x10\xb7\xc8\x05\x2e\x05\x0d\xa7\x03\xfb\x61\xb2\x12\x96\x56\x86\x85\xe6\x39\xea\xfd\x18\x18\x5a\x0c\x3d\x73\x98\xda\xd3\xf1\xeb\xf1\x22\xe1\x9d\x71\x86\x90\x61\x68\x1c\x55\xe3\x45\x12\xf3\x05\x78\xad\x6c\xcb\x4f\x62\x3c\x3e\xb7\x47\x61\x09\xb5\xe2\xf2\x51\x48\x8c\x32\x2c\x85\x3d\x06\xe9\x52\x39\x1d\x85\xf7\x4e\x08\x9f\x96\xb6\x68\xb4\xe0\x9f\x24\x76\x67\x9d\xe3\x8d\x1d\xa1\xa0\xe0\xb2\xbb\xfa\x23\xc7\x93\xf1\x8b\xd2\x1b\x2e\x57\x7f\xfe\xfe\xc7\xd3\x30\x65\x5c\x72\xb3\x76\x79\x1e\x01\xd5\xec\xef\xbf\xeb\x05\xb1\xa7\xa5\x2e\xe5\x46\xaa\xdd\xe3\x7d\xd8\xa1\x96\x8e\xb2\x23\x7d\x38\x5b\x53\xba\x81\xf7\xc8\x05\x31\x08\xe1\x31\x74\x67\x8d\xf4\x29\x0f\xf3\x69\x20\x49\x6b\xa5\x1f\xef\x98\xdb\x87\xfa\x18\xc2\x73\xe7\x0b\x41\xea\x81\xa6\x4a\x1a\x25\x68\xfa\xb4\xf4\x28\x34\x21\xdb\xdf\x78\x7a\xbf\x75\x70\x06\x8c\xbc\x6d\xe2\x7e\xa5\x6f\xdd\xc5\xa4\x9a\x17\x76\x31\xda\xa2\x06\x63\x51\xdb\x4b\xb7\x71\x3e\x7d\xbc\x84\x53\xa8\xaa\x1b\x03\xd1\x25\xee\x55\x69\xa3\x2b\xf7\xd2\xcb\xd8\xa7\x8f\x97\x75\x3d\xf7\x1e\x92\x88\x79\x07\x6f\xcd\x33\x08\xa2\x1f\x95\x0b\xb1\x22\x76\x21\xa7\x75\x6d\x75\x49\x55\x45\xc2\x50\x5d\x67\x28\x0c\xb5\x1f\x5c\xf3\x51\x56\xca\x46\xfa\x9a\xa3\xca\xf7\x2f\xa0\xad\x9d\xb6\x5f\x82\x1e\x50\x81\xf2\x5c\xc0\x29\xd0\xd6\x46\x8c\x04\xad\xd0\xd2\x35\xea\x15\xd9\x79\x6f\xc4\xf8\xd6\xdb\x34\xc6\x51\x81\x9a\xa4\x3d\x17\x94\x93\xb4\x77\x9f\x0e\x3e\xad\xd4\x5e\xbc\x83\xd3\xc6\x3f\x72\xad\x35\x64\x23\xce\xe6\x23\x6f\xe6\x8a\xe9\xcb\xeb\x40\xf9\x4f\x54\x95\x96\x3e\xb6\x50\xa9\x3f\x3f\x5c\xee\x21\x73\xf3\xde\x54\x93\x2d\x75\xfb\x25\x5a\xf7\xc9\x5f\xa0\xc7\xfb\x22\x68\x10\x4f\xa3\x8c\x4b\x16\x4c\x70\x32\x9d\xf7\x99\x9f\x39\xa3\xcf\xaf\xbe\x1c\x70\xb5\x53\x37\x44\x72\x37\xbc\xbf\xb4\x24\x78\xd9\xf8\xff\xf5\x07\xd7\xc5\x1e\xef\x8a\x3a\x22\xfe\xb7\xbf\x60\xc1\xe4\x6b\xe2\x35\x99\x1e\xfc\x9b\xe0\xee\x03\xeb\x1d\x5a\x0c\x26\x71\x73\xd4\x98\x78\x02\xff\x3a\xb0\x78\x02\x95\x0b\x30\x03\xd7\xee\x7a\x1a\xd9\x35\xc9\xa0\x6b\x70\xa0\xc9\x14\x0f\x61\x83\x5b\x8e\x6e\x8c\x92\x41\x5b\xf7\x03\x47\xf7\x72\xe8\xe8\x89\x71\x8b\x9f\x27\x6a\x33\xf9\x32\x3d\x1c\x86\xfd\xdd\x37\x73\xe0\xc5\xe0\x21\x03\xdd\x5f\xbb\xc5\x23\xa1\x56\xc1\xd8\x6f\xfe\xd9\xf8\x04\x3c\xd0\x83\xe1\xe1\x94\x76\x83\xef\x61\x3b\x0b\xdf\x4b\x78\xf9\x12\xfa\x87\xa8\xdd\xfb\xbf\x36\x9b\xff\xbb\x14\x74\x47\x5e\x8e\x17\x76\x17\xef\xf7\x00\xd1\x1d\x41\x8f\xe5\xaf\x4f\xa0\xef\x3c\x69\x3d\x6c\xfc\xf7\xea\xe8\xb0\x9b\x2e\x65\x37\x87\xee\x27\x62\x1c\xc3\x8e\xdb\x35\xdc\xfc\x56\x92\xde\x8f\x5e\x04\x93\xc8\x87\x5b\x5a\x39\x99\x46\x4a\x06\x13\xff\xb5\x3d\x39\x19\x0a\xd8\x74\x3e\x8a\xe3\x38\x06\xa9\x3a\xbf\x38\xee\x91\xfa\x85\x2b\x12\x94\x5a\xa5\xdf\x0a\x11\x8c\xfb\x88\xe3\x69\x94\x29\x7d\x8e\xe9\xfa\x30\xfd\x24\x1c\x05\x71\xdc\xf4\x25\x42\xc6\xce\xb7\x24\xed\x25\x37\x96\x24\xe9\x43\xfe\x83\x47\xa3\x9e\x8d\x8b\x77\x7b\x20\x9b\x4e\x4b\xc5\x7c\x60\xd2\x6e\xc6\xfb\x22\xdc\x99\xd4\xfe\xce\xfd\x4f\xe2\xee\xa8\xe8\x7e\x33\xff\x15\x00\x00\xff\xff\x20\xcb\x4f\xd8\xf9\x0f\x00\x00"
func templatesInviteListHtmlBytes() ([]byte, error) {
return bindataRead(
_templatesInviteListHtml,
"templates/invite-list.html",
)
}
func templatesInviteListHtml() (*asset, error) {
bytes, err := templatesInviteListHtmlBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "templates/invite-list.html", size: 4089, mode: os.FileMode(420), modTime: time.Unix(1523916311, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _templatesInviteSingleHtml = "\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x56\xdb\x8e\xdb\x36\x10\x7d\xf7\x57\x4c\x84\x20\x92\xd1\x95\x94\x3e\xf4\x65\x7d\x01\xd2\x64\x83\x6e\xb1\x6d\x80\x5c\xd0\x87\x20\x28\x68\x71\x24\x73\x4d\x0f\x55\x92\xb6\x63\x08\x02\xfa\x35\xfd\xb0\x7e\x49\x41\xea\x62\x6b\xd7\xeb\x66\x11\xac\x5f\x24\x8a\x73\x39\x73\x66\x78\xe8\xaa\xe2\x98\x0b\x42\x08\x8c\xdd\x4b\x34\x41\x5d\x8f\xaa\xca\xe2\xba\x94\xcc\xf6\x5f\xe3\x85\xfa\xea\x76\xa6\x7e\x39\x1f\x25\xf9\x46\xca\x92\x15\x18\x73\xc1\xa4\x2a\xe2\x4c\x91\x65\x82\x50\x43\xb2\x8e\xb3\x25\x23\x42\x09\xd5\x08\x00\x60\xcd\xbe\xc6\x3b\xc1\xed\xf2\x12\x7e\x7a\xf9\xb2\xfc\x3a\x19\xd5\xa3\x69\xda\x06\xaa\x2a\x24\xee\x53\x76\x30\x5c\x24\x24\xeb\xb3\x71\xb1\x85\x4c\x32\x63\x66\xc1\x83\x09\x83\xb9\xcf\x52\x55\xa0\x19\x15\x08\xc9\xeb\x26\xbb\x81\xba\xf6\x3b\xed\xee\xa1\x24\x41\x5b\x61\xd1\x97\x04\x49\x67\x55\x55\x80\xc4\xdd\x6a\x9a\x72\xb1\x9d\x8f\xa6\xcf\xe2\x18\x3e\xbe\x7b\xf3\x0e\x0a\xb1\x45\xb0\x4b\x61\x80\x41\xa6\xd6\x6b\x45\x87\x60\xb9\x90\x08\x0b\xb4\x3b\x44\x02\xbb\x44\xb0\x3b\x05\x71\x3c\x6f\xb0\x0b\x3e\x0b\x4a\xc9\x32\x5c\x2a\xc9\x51\x9b\x00\x7c\xd9\xb3\x80\x0b\x53\x4a\xb6\xbf\x24\x45\xd8\x16\x70\xca\x21\xbe\x55\x82\x62\xb6\x65\x42\xb2\x85\xec\x2c\xbd\x35\xeb\x88\x59\x58\x82\x85\xa5\xb8\xd4\x62\xcd\xf4\x3e\x00\xce\x2c\x8b\x05\x59\xd4\x2c\xb3\xb3\xe0\xc7\x60\x3e\x15\x3d\x8b\x0c\x72\x16\x1b\xc9\xb2\x55\x30\x9f\xa6\x62\x0e\xbf\x2a\x41\xd0\x52\x36\x4d\x59\x8b\xa5\xa1\xe0\x3c\x2c\xa9\x0a\x41\x67\x21\x71\xcc\xd9\x46\xda\x53\x90\x6e\x54\x01\xd7\x04\x6f\x85\x36\xf6\x71\x69\x4b\x24\x2e\xa8\xf8\x96\xc4\xc0\x85\x71\xbc\xf1\x13\x14\x94\x82\xba\xa7\x1f\x22\x4f\xc6\x1f\x4a\xaf\x04\x15\xff\xfe\xfd\xcf\xe3\x30\xe5\x82\x84\x59\xba\x3c\x67\x40\x09\xca\xd5\xff\xf7\x02\xf9\xe3\x52\x6f\x68\x45\x6a\x77\xbe\x0f\x3b\xa6\xc9\x51\x76\xa2\x0f\xaf\x97\x98\xad\xe0\x2d\x13\x12\x39\xc4\x70\x0e\xdd\x6b\x29\xb2\x15\x58\xe5\x61\x3e\x0e\x24\x6a\xad\xf4\xf9\x8e\xb9\xb3\xab\x4f\x21\xbc\x72\xbe\x10\x65\x1e\x68\xa6\xc8\x28\x89\xe3\xc7\xa5\x67\x52\x23\xe3\xfb\x5b\x4f\xef\xf7\x0e\xce\x11\x23\xaf\x9a\xb8\x0f\xf4\xad\x7b\x98\x4c\x8b\xd2\x36\x5b\x5b\xa6\xc1\x58\xa6\xed\x8d\x3b\x3c\x9f\xde\xdf\xc0\x0c\xaa\xea\xd6\x40\x72\xc3\xf6\x6a\x63\x93\x0f\x6e\xf3\x83\xcb\xf1\xe9\xfd\x4d\x5d\x4f\x7a\x2f\x42\xe4\xde\xc9\x7b\x88\x1c\xa2\xe4\x77\xe5\xc2\x14\xc8\xaf\x69\x5c\xd7\x56\x6f\xb0\xaa\x50\x1a\xac\xeb\x9c\x49\x83\xad\xb4\x36\x21\xf2\x0d\x65\x56\x28\x82\xc5\xc6\x5a\x45\xbe\x97\x11\x6e\xed\xb8\x15\xe9\x1e\x5c\xc9\xe8\x4a\xc2\x0c\x70\x6b\x13\x8e\x12\x0b\x66\xf1\x23\xd3\x05\xda\xc9\xc0\x90\x8b\xad\xb7\x6b\x1c\x92\x92\x69\x24\x7b\x25\x71\x8d\x64\x87\xab\xa1\x5f\x7b\x37\x5c\xbf\x81\x59\x13\x23\x71\x2d\x37\x68\x13\xc1\x27\xa3\xde\xd4\x15\xd8\x97\x7c\x0c\xd2\xfd\xb8\xca\x36\x3e\x8f\x54\x19\xf3\x55\xcd\x86\xac\x4e\x06\xe6\x1a\xed\x46\xd3\xe1\x5b\x3d\x00\xf4\x9c\xf9\x3a\x9e\x47\x4d\x25\xe3\x24\x17\xc4\xa3\x90\x85\xe3\xc9\x00\xcd\x33\x67\xf8\xf9\xe5\x97\x03\xde\x76\x4a\xef\xa2\xbb\x9f\xae\x7f\x6d\xc9\xf2\x92\xf3\xcb\xc7\xdf\x5c\xf7\xfb\x5a\x0a\xec\x08\xfb\x79\x7f\xcd\xa3\xf0\x21\xe1\x0b\xc7\x07\xff\x43\x92\x52\x19\xfb\x86\x59\x16\x85\x69\x73\xbd\x99\x34\x84\x1f\x0e\x6c\x5f\x40\xe5\x82\x5c\x82\x1b\x93\x7a\x9c\xd8\x25\x52\xd4\x0d\x45\xa4\xd1\x94\xa7\xcb\x00\xb7\x95\xdc\x1a\x45\xd1\x11\x1f\xf7\x02\x38\x83\xbb\x01\x3c\x69\x6e\xe3\x73\xa8\x56\xe1\x97\xf1\x60\x73\x68\xfa\xdd\xdc\x78\x81\x39\xcd\x4c\xf7\x6b\xa5\x23\x91\xaa\x88\x02\x2f\x2a\x97\xc1\x05\x78\xe0\x43\xe3\x7a\xb0\x72\x07\xca\x97\xe2\x2c\x7d\xef\xe1\xc5\x0b\xe8\x17\x49\xab\x2d\x7f\x36\xe2\xf2\xa4\x45\x0e\x64\xec\xe1\x62\xef\xe3\x7f\x4a\x50\xdd\xd5\xf7\x2d\x78\xea\x8b\x5e\x87\x22\xd4\xfa\xee\xc0\x3c\xe5\x04\x1c\x77\xdf\xa5\x3e\x9e\xe5\xe6\xbd\x81\x99\xa6\xb0\x13\x76\x09\xb7\x7f\x6d\x50\xef\xfd\xa7\xe7\x51\x98\xf8\x14\x0b\x4b\xe1\x38\x51\x14\x85\x99\x93\xcf\xf0\xe2\x58\x4c\xdb\x28\x69\x9a\xa6\x40\xea\xd8\x3f\x4d\xfb\x2a\xfc\xc7\x0f\x28\x31\xb3\x4a\xbf\x92\x32\x0a\xfa\xc8\xc1\x38\xc9\x95\xbe\x62\xd9\xf2\x70\xaa\x50\x76\x14\xa5\x69\xd3\xcb\x84\x71\x7e\xb5\x45\xb2\x37\xc2\x58\x24\xd4\x07\x2c\x07\xaf\x83\xaa\x37\x6e\xde\xf5\x9e\x9c\x3b\x8d\x97\x93\x3b\x66\xed\xa1\xbf\x7b\x49\x1c\x9b\xd5\xfd\xca\xbd\x4d\xd3\xee\x7a\xeb\xfe\xc9\xff\x17\x00\x00\xff\xff\x9e\x38\xa1\xf9\x51\x0c\x00\x00"
func templatesInviteSingleHtmlBytes() ([]byte, error) {
return bindataRead(
_templatesInviteSingleHtml,
"templates/invite-single.html",
)
}
func templatesInviteSingleHtml() (*asset, error) {
bytes, err := templatesInviteSingleHtmlBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "templates/invite-single.html", size: 3153, mode: os.FileMode(420), modTime: time.Unix(1523916319, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _templatesLoggedOutHtml = "\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x4c\x8e\xcd\xaa\xc4\x20\x0c\x46\xf7\x3e\x45\x70\xdf\x96\xbb\xbb\xb4\x5e\xdf\xe3\x2e\x1d\x4d\x3b\x01\x89\xa5\xa6\xa5\x33\xe2\xbb\x0f\xc8\xfc\xed\xc2\x09\x9c\xf3\x95\x12\x70\x26\x46\xd0\x59\x6e\x11\xb3\xae\x55\x99\x76\x5a\xd5\x13\x67\xd9\x76\x2f\x94\x38\x43\x51\x00\x00\x82\xa7\x74\x2e\xd2\xc2\x23\x78\x64\xc1\x6d\x6a\x7c\x4e\x2c\x5d\xa6\x3b\x8e\xf0\xf3\xbb\x9e\x93\xaa\xca\x0c\x4f\x4f\x29\xc8\xa1\x56\xf5\x69\xf9\xc4\x82\x2c\x2d\x16\xe8\x00\x1f\x5d\xce\x7f\x0d\x3b\x62\xdc\xb4\x6d\x52\xb3\xbe\x3e\xdf\x4b\xb4\xfd\x4f\x3b\x5c\xdd\x81\x70\x41\x64\x88\x69\x59\x30\x40\xda\xa5\x37\xc3\x6a\x95\x19\x02\x1d\xef\xea\x23\x00\x00\xff\xff\x57\xa7\x8f\x55\xe1\x00\x00\x00"
func templatesLoggedOutHtmlBytes() ([]byte, error) {
return bindataRead(
_templatesLoggedOutHtml,
"templates/logged-out.html",
)
}
func templatesLoggedOutHtml() (*asset, error) {
bytes, err := templatesLoggedOutHtmlBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "templates/logged-out.html", size: 225, mode: os.FileMode(420), modTime: time.Unix(1484702025, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _templatesLoginAltslackHtml = "\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xa4\x55\x5b\x6f\xdc\x36\x13\x7d\xdf\x5f\x31\x9f\xf2\x15\xf6\x1a\xbb\x92\xd7\x97\x36\xdd\x1b\x9a\x18\x29\x6a\xc0\x69\x8b\xc4\x45\xd0\xc7\x59\x72\x24\xb1\xa6\x48\x81\x1c\xad\x77\x2b\xe8\xbf\x17\xd4\xc5\x96\x8b\x04\x4d\x51\xf8\xc1\xda\xb9\xf0\xcc\x9c\x39\x43\xd6\xb5\xa4\x54\x19\x82\xc8\xf3\x51\x93\x8f\x9a\x66\xb2\x6e\x3f\xb7\x93\x58\x19\xcf\xae\x12\xac\xac\xf1\x50\x4f\x00\x00\x98\x0e\x3c\x47\xad\x32\xb3\x04\x41\x86\xc9\xad\x5a\x7b\x6a\x0d\xcf\xbd\xfa\x93\x96\xb0\x78\x5d\x1e\x56\x93\x66\x12\xef\xd8\xcc\x33\x85\x86\xfb\xdc\x71\xcc\xf5\xf9\x37\x5d\xa2\x56\x86\xe6\x39\xa9\x2c\xe7\xc1\xdc\x4c\x5e\x09\x2b\x69\xbe\xb3\x87\x3e\x53\x2a\x5f\x6a\x3c\x2e\x61\xa7\xad\x78\xe8\x12\x4b\x94\x52\x99\x6c\x09\xdf\xc7\xd7\x01\x30\xd8\x0a\x74\x99\x32\x4b\x38\x87\x73\x58\x9c\x0f\xd6\xe4\x6c\x8c\x7c\x59\x1e\x56\x67\xc9\x67\xb0\xe3\xab\x8b\xd7\xd7\xdf\x2d\xae\x2e\xbb\x2c\x61\xb5\x75\x4b\x78\x75\x79\xd9\x1b\x1e\xad\x93\xf3\x9d\x23\x7c\x58\x42\xfb\x6f\x8e\x5a\x8f\x5c\x8f\x0e\xcb\xc1\x13\x0c\x9d\x6b\x87\xe2\x21\x73\xb6\x32\x72\x3e\x9c\x98\x5e\x87\xbf\xde\x6d\x9d\x24\xb7\x84\x45\x79\x00\x6f\xb5\x92\xf0\x4a\x08\x31\xf6\xcd\x1d\x4a\x55\xf9\x25\x5c\x0d\xfd\x8c\xba\xb9\xb8\x78\x61\x4c\xb1\x50\xfa\xb8\x84\xf7\x64\xb4\x9d\xbd\xb7\x06\x85\x9d\xdd\x58\xe3\xad\x46\x3f\x8b\x6e\x6c\xe5\x14\x39\xf8\x99\x1e\xa3\x59\x61\x8d\xf5\x25\x0a\xea\x5b\x50\x92\xf3\x25\x2c\xce\x87\xc1\x7c\x6e\xd2\xcd\x64\x9d\xf4\xe2\xa8\x6b\x32\xb2\x69\x26\xcf\x02\x12\xd6\x30\x19\x6e\x15\x24\xd5\x1e\x84\x46\xef\x37\xad\x19\x95\x21\x17\x6d\x5f\xd8\x4b\xcc\x02\xf9\x28\x5b\x4f\x40\x5c\xe7\x8b\xed\x9b\x8a\x73\x32\xac\x04\x32\xc1\xa3\xe2\x1c\x3e\x6a\x14\x0f\xeb\x24\x5f\x6c\x27\xeb\x44\xaa\x7d\x17\x5b\xd7\x2a\x85\xf8\xce\x66\xca\xdc\x1a\x76\xf8\xa3\x72\x9e\xa1\x69\xba\x83\x46\x30\x63\x0d\xf7\x38\x6d\x48\xb9\xfd\xdd\x56\x20\xd0\x18\xcb\x50\x79\x02\xce\x95\x87\xca\xb0\xd2\x70\xb4\x15\xe4\xb8\x27\x58\x23\xe4\x8e\xd2\x4d\x54\xd7\xf0\xff\xf8\x0e\x8f\xb6\xe2\xf8\x23\xa3\xe3\x16\xf4\xb7\x0f\x77\xd0\x34\xd1\x76\xbd\xdb\x6a\x9b\x65\x24\x41\x99\xae\xe8\xd6\xbd\x4e\x76\xdb\x75\x82\xdb\x78\x9d\x94\x2f\x90\xd7\x38\x54\xb7\x63\x03\x61\x4d\x4a\xa7\x0a\x74\x47\x78\x5a\x99\xe8\xab\x80\xef\x6c\x06\xb7\x06\x3e\x8d\x20\x71\xfb\x84\xf6\x82\x2e\xd2\x9e\x7a\x7a\x3a\xee\xde\x68\x47\x28\x8f\x37\xb6\x28\x35\x31\xfd\x7b\xee\xd0\x11\x60\x77\x08\x3c\xb5\x1f\xc3\x6d\xda\xf2\xf7\x48\x8e\xc0\x93\x61\xc8\xc3\xd7\xee\x08\x08\x25\xb9\x42\x79\xaf\xac\x81\xd2\xd9\xa2\xe4\x19\xb4\xea\x10\x1c\x52\x5c\x37\x6a\x40\x59\x28\xe3\xe3\x2f\xb4\xd1\x8a\xee\xeb\x0b\xbd\xb7\x80\xde\x5b\xa1\x82\x9e\x5a\x90\x96\xa7\x50\xf0\x30\x2b\xec\x71\x2b\x4f\x6e\x06\xe8\x47\x3f\x0d\x16\xe4\x83\x48\x40\xe4\x68\x32\x02\x34\x12\x7e\x09\x1a\x05\xe5\x21\x28\x07\xf7\xa8\x34\xee\x34\xc1\xe9\x17\x5b\x81\xd4\x3a\x28\xac\x23\x50\x26\xb5\xae\xc0\x50\xe7\x74\xd6\xd1\xa4\xb4\x86\x50\x3e\xa1\x0c\x74\x49\x40\x70\x68\xa4\x2d\x20\xdc\x81\x41\x50\x08\x05\x79\x8f\x19\xfd\x4d\x47\xf9\x65\x18\x83\x83\x1b\x2b\x69\xb9\x4e\xf2\xcb\x91\x2f\xc0\x80\x35\xbe\xda\x15\x8a\x37\x91\x23\xae\x9c\x81\x14\xb5\xa7\xd5\x98\x20\x65\xca\x8a\x41\xc9\xb0\xa6\xdd\x8d\x1b\x01\x1f\x4b\xda\x44\x61\xfd\xa3\x67\x7e\xcb\x8a\xe7\x4f\x37\x06\xfc\xe1\xe7\xc2\x96\xc7\x82\x22\xd8\xa3\xae\x68\x13\xfd\x50\xa0\xdb\x07\x46\x69\x37\xc7\xf1\x0e\xd7\x75\xfc\xa1\xed\xe7\xde\x3e\x90\x69\x9a\xd6\x40\x52\x39\x12\xfc\xf6\xdb\xab\xa0\xe2\xe7\x72\x92\x50\xf7\xcb\x55\xf1\x05\x6a\xbd\xbd\x0f\xcb\xc9\xe1\x84\x40\xfc\x1e\xc3\x45\x19\x58\xe5\x47\x32\x7c\x84\x42\x99\x8a\x29\x68\xa6\x0b\xff\x0f\x0b\x97\x33\x97\x7e\x99\x24\x57\x17\x5e\xe4\xd6\xea\xca\x63\xec\xc3\x30\x63\x61\x8b\xa4\x9f\x84\x4f\xfa\x7e\xa3\xed\x8d\x56\xe2\x01\x7e\x0a\x1a\x0f\xe2\xf8\x15\x3d\xd3\x8b\x2d\xec\x4b\xf8\x94\x93\x69\x27\x1e\xd6\x46\x5a\x43\x33\x70\xa4\x2d\xca\xee\xe2\x61\xdc\xfd\xa3\xe2\xeb\x3a\x39\x83\x20\x91\xb3\x24\xdc\xb1\x5d\xd0\xda\x0b\xa7\x4a\xde\x4e\xf6\xe8\x20\x0c\x25\xbc\x9a\x1b\x90\x56\x54\x05\x19\x8e\x33\xe2\x77\x9a\xc2\xe7\xdb\xe3\xad\x3c\x3d\x19\xe6\x7c\x32\x5d\x4d\xfa\xf0\x18\xa5\x7c\xb7\x27\xc3\x77\xca\x33\x19\x72\xa7\x27\x22\x74\x75\x32\x83\xb4\x32\xed\x56\x9d\x4e\x87\xf7\x3f\x57\x3e\x4e\xad\xa8\xfc\xe9\x74\xf5\x6c\xf1\xa4\x49\xf0\x60\x52\x29\x9c\xfe\xef\xa9\x02\x3a\x90\xb8\xb1\x45\x81\x46\x4e\xa1\x53\x62\x17\x16\x2a\x76\xb0\xe9\x4e\x10\x8e\x90\xe9\x9e\x0e\xfc\x21\x6c\xda\x70\x94\x1b\xa7\x9f\x46\xa1\xe2\x68\xba\x9a\x34\xd3\x55\x78\x8a\xfa\xd6\x07\x92\xfe\x0a\x00\x00\xff\xff\xf6\xc2\x44\xc6\xcd\x08\x00\x00"
func templatesLoginAltslackHtmlBytes() ([]byte, error) {
return bindataRead(
_templatesLoginAltslackHtml,
"templates/login-altslack.html",
)
}
func templatesLoginAltslackHtml() (*asset, error) {
bytes, err := templatesLoginAltslackHtmlBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "templates/login-altslack.html", size: 2253, mode: os.FileMode(420), modTime: time.Unix(1485040281, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _templatesLogsIndexHtml = "\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\x55\x4d\x6f\xe3\x36\x10\xbd\xfb\x57\x0c\xb4\x28\x72\xa9\x24\xdb\x59\xa4\x80\x56\x11\x8a\xee\x1e\x5a\x20\x5b\x2c\xba\x6d\x81\x1e\x47\xe2\x48\x62\x43\x91\x02\x49\xc9\x31\x08\xfd\xf7\x82\xfa\x88\x15\xd7\x41\x90\xa0\x5d\xfb\x42\xcd\x90\xef\xbd\x79\x33\x94\x9c\x63\x54\x72\x49\x10\x18\x7b\x14\x64\x82\x61\xd8\xa4\xe3\x32\xdb\x44\x45\x8d\x52\x92\x08\x73\xf5\x10\x16\x4a\x5a\xe4\x92\x34\xb8\x0d\x00\x00\xe3\xa6\x15\x78\x4c\xa0\x14\xf4\xf0\x61\x0c\xf9\x55\x58\x0a\x75\x48\x40\xab\x03\x1c\x34\xb6\x53\xe2\xef\xce\x58\x5e\x1e\x47\x0c\x92\x76\x3a\x13\x1a\x8b\xda\x7e\xd8\x0c\xcf\xf1\x64\xc0\x78\x3f\xb3\x35\xa8\x2b\x2e\x13\xb8\x6e\x67\xae\x29\x10\x6a\x5e\xd5\x36\x81\xdd\xd6\xc7\x5f\x40\x5a\xe3\xe5\x58\xdc\x57\x5a\x75\x92\x85\x85\x12\x4a\x27\xf0\xae\xdc\xfa\xff\x84\x9e\x2b\xcd\x48\x87\x1a\x19\xef\x4c\x02\x37\x0b\x6b\x8b\x8c\x71\x59\x25\xb0\x8d\x76\xed\xc3\x14\x7f\x81\x15\xcf\xfd\xca\x85\x2a\xee\x27\xb8\x03\x67\xb6\xf6\xea\xb7\xdf\x4d\x81\x45\xcb\xcd\xfe\xfa\x3a\xff\xe1\xad\x95\x46\x52\x85\x0d\xea\x9e\xcb\x99\x5b\xb5\x58\x70\x7b\xf4\xb2\x6f\x9e\x12\xed\xf7\xfb\x57\xa0\x2d\xb5\xbc\xf1\x74\xd2\x73\xc3\x2d\xb1\xcb\x28\x69\x3c\x8f\x9d\x73\x24\xd9\x30\x6c\x4e\xa3\x39\xcf\xcd\x38\x9b\xde\xd3\x42\xa0\x31\xb7\xc1\x23\x55\x90\x8d\x80\xeb\x5c\x8b\x15\x85\x35\x21\xf3\xd9\xb4\xde\x65\x1f\x27\x8d\x70\xa7\x2a\x93\xc6\xf5\x2e\x4b\x4d\x83\x42\x64\x3f\x51\x81\x9d\x21\xf8\x2a\xb0\xb8\x87\x56\x53\xc3\xbb\x06\xb8\x81\x9c\x0b\x41\x0c\x5a\xd2\xd0\x19\xd2\x69\x3c\xed\x4f\x63\xc6\xfb\x6c\x33\x11\xd6\xfb\xec\x4b\x97\x0b\x5e\xc0\x0c\xef\xa1\xf7\xff\x56\x73\xd1\xa0\x59\xb5\xff\x39\xa7\x51\x56\x04\xd1\x02\x33\x0c\x8f\xb9\x11\x67\xb4\xe6\x36\x18\xc7\x32\x81\xd0\x39\x41\x12\xa2\xcf\xd4\xe4\xa4\xcd\x30\xac\xa0\x96\x23\x67\x91\xfa\x7d\x96\x22\xd4\x9a\xca\xdb\x20\x16\xaa\x32\xb1\x73\xd1\x2f\x9f\xfc\xd1\x77\xce\x45\xbf\x62\x43\xc3\x90\xc6\x98\xa5\x71\xfd\xfe\xec\x6c\x9b\x39\x17\x7d\xe9\x74\xab\x0c\x45\x7f\xa2\xe8\xc6\xad\xed\xd9\xae\xf8\x09\xe9\xd9\xe3\xd2\xd3\x55\xea\xe4\xa0\xe6\x3d\x5a\xba\x60\xa1\x73\xc0\x4b\x88\xfe\x52\x9d\x9e\x37\x2d\x7b\x20\x5c\xc0\x5e\xe5\x72\x08\xb3\xcf\x97\x20\x5f\xeb\xf9\x42\xeb\x1c\x2f\x41\x2a\x0b\xd1\xcf\x68\x3e\x8f\xb3\x3e\x0c\xab\x2b\x38\x95\xfe\xbf\xb6\xe8\xa2\x84\xb4\xcd\x52\x6a\x32\x3f\xf0\x80\x9a\xc6\x3c\xf6\xc8\x05\xe6\x82\xa0\x54\x1a\x6c\xcd\x0d\xcc\xae\x41\x3e\x5f\x04\x6e\x81\x29\x32\xf2\xca\x42\x8d\x3d\xc1\x8f\x53\x1d\x51\x1a\x53\x93\xf9\xb6\xaf\x7b\xf9\xdf\xce\x08\x90\x64\xa7\xce\x9e\xb2\x3e\x23\x0c\xad\x3b\xe4\x7b\xe9\x67\xe3\x0e\x8f\xaa\xb3\xd1\xa7\x8f\x9d\xd6\x24\xed\x1f\x86\x74\x34\x5e\x65\xbf\x7a\xc4\x9a\x25\xfe\xae\xa0\xe7\x74\x00\x5b\x13\x78\x83\x47\x13\xda\x79\xfc\x66\x1f\xcc\xf7\xb0\x74\xe1\xca\xb9\x05\xff\xab\xff\x56\x4d\xb8\xbf\xdd\x41\xe0\x3f\x1d\xad\x49\x34\x21\x0b\x86\xe1\x2a\xab\x34\x4a\x0b\x58\x14\x64\x8c\xef\x50\xf4\xa4\x74\xaf\x75\xd4\xff\xad\xe4\x18\x5e\x49\xe0\xf2\x19\x25\x2b\x8f\x97\x67\xff\x62\x9d\xec\x9e\x9b\xfb\x4f\x00\x00\x00\xff\xff\xfc\x57\x79\x34\x17\x08\x00\x00"
func templatesLogsIndexHtmlBytes() ([]byte, error) {
return bindataRead(
_templatesLogsIndexHtml,
"templates/logs-index.html",
)
}
func templatesLogsIndexHtml() (*asset, error) {
bytes, err := templatesLogsIndexHtmlBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "templates/logs-index.html", size: 2071, mode: os.FileMode(420), modTime: time.Unix(1484702025, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _templatesUserManageHtml = "\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x6c\x91\x41\x6b\xe3\x30\x10\x85\xef\xf9\x15\x83\xf7\x6c\x8b\x84\x9c\x16\x45\x97\xdd\x4b\xa0\x69\x03\xa5\xbd\x8f\xad\x89\x65\xaa\x8c\x8c\xa4\x84\x16\xa1\xff\x5e\x1c\xdb\x25\x31\xd5\x45\x68\xde\xbc\xf9\xe6\xa1\x94\x34\x9d\x3a\x26\x28\x1a\xc7\x91\x38\x16\x39\xaf\xa4\xee\xae\xd0\x58\x0c\x61\x77\x2b\x63\xc7\xe4\x0b\xb5\x02\x00\xb8\xd7\x7a\x6c\xa9\x34\x84\x7a\x50\xa5\x59\xab\xb7\x40\x1e\x8e\xde\x9d\x3a\x4b\x52\x98\xb5\x92\xe1\x8c\xd6\xaa\x03\x32\xb6\x04\x8d\x63\xa6\x26\x76\x8e\x03\x20\x6b\xb0\xae\x05\x77\x89\x52\x8c\x5d\x52\xe8\xee\xaa\x56\x23\xa6\x57\x12\x67\x4e\x1d\x19\xea\xc8\xa5\x46\x6e\x07\xd4\x93\x6b\xe1\x65\xf0\xa1\x92\xa2\x9f\xf6\x32\x1b\xb5\xe7\xe8\x51\x0a\xb3\x99\x87\x98\x8d\x7a\xb5\xd8\x7c\x8c\xb5\xe5\xfa\x8d\x41\x66\xb2\x65\xed\x3e\xcb\x65\xcc\xe1\xa4\xe4\x07\x20\x54\xff\xc6\xc6\x90\xf3\x8f\x76\x9b\x13\xe2\x97\xa5\x5d\xe1\xbc\x26\xff\x17\xca\x94\x2c\x31\x54\x07\x3a\xd7\xe4\x43\xce\x77\xa3\x66\xcb\x63\x65\xdc\x71\x3b\x24\x35\x9e\x4e\xbb\x42\x58\xd7\x06\x91\x52\xb5\xff\x3f\xd8\xff\xa4\x54\x3d\xe3\x99\x72\x1e\xa3\x9a\xed\x2f\xfe\x5e\xa5\x54\x1d\x2f\xbe\x77\x81\xaa\x77\xb4\x97\x5b\x7b\xbf\x60\x8b\x07\xf8\xe2\x99\x12\xb1\x9e\xc2\xcd\x9f\x30\xdd\x93\xf4\x1d\x00\x00\xff\xff\x20\xfd\x23\x5f\x27\x02\x00\x00"
func templatesUserManageHtmlBytes() ([]byte, error) {
return bindataRead(
_templatesUserManageHtml,
"templates/user-manage.html",
)
}
func templatesUserManageHtml() (*asset, error) {
bytes, err := templatesUserManageHtmlBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "templates/user-manage.html", size: 551, mode: os.FileMode(420), modTime: time.Unix(1484702025, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _templatesZone2Svg = "\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xec\x5b\x6f\x8f\xda\xb8\x13\x7e\xbf\x9f\x62\xea\xbe\x29\x92\x8d\xff\x24\x31\xa1\x82\x7d\xf1\x5b\xaa\xd5\x4f\x3a\xdd\x55\xea\x5e\x4f\xf7\x92\x83\x2c\xa0\x06\x82\x92\x2c\xec\xb5\xea\x77\x3f\x19\x76\x17\xd2\xc4\x10\xc0\x8e\xf6\x7a\x56\x25\x94\xa8\xf1\x78\x66\xfc\xcc\x3c\xf6\x93\x6c\xef\xcd\xe0\xb7\x9b\xbb\x3f\x3f\x7e\x80\x6c\x35\x81\x8f\xbf\xff\xef\x97\xff\xdf\x00\x22\x94\xfe\xe1\xdd\x50\x3a\xb8\x1b\xc0\xa7\xcf\xb7\xc0\xdb\x9c\xd2\x0f\xbf\x22\x40\xd3\x3c\x5f\xbe\xa7\x74\xbd\x5e\xb7\xd7\x5e\x3b\x49\x27\xf4\x36\x1d\x2e\xa7\xb3\x51\x46\x3f\x7d\xbe\xa5\xea\xc1\xc1\xdd\x80\x66\xab\x09\xe7\xed\x71\x3e\x46\xd7\x57\x3d\x65\x79\x15\xa5\xd9\x2c\x59\xf4\x11\x6f\x73\x04\x8f\xf3\x78\x91\xf5\x2b\x8c\x09\xc6\x98\x1a\xfc\xf4\xc8\xfb\xc7\x78\xb6\xf8\x52\xf5\x20\xef\x76\xbb\x74\xf3\xbf\x08\xa6\xd1\x6c\x32\xcd\xfb\xc8\xef\x30\x04\xeb\xd9\x38\x9f\xf6\x91\x60\x0c\x5d\x5f\x01\x00\xf4\xc6\xd1\x7d\xb6\xbd\xdc\xdc\x2e\x87\xf9\x14\x66\xe3\x3e\xca\xd3\x25\x82\xfb\x59\x1c\xf7\xd1\xdb\x88\xa9\x7f\x08\xb2\x3c\x4d\xbe\x44\xe4\xc9\x08\x43\x30\xee\xa3\x79\x88\x59\x4c\xfc\xed\x8f\x1f\x33\xec\xc7\xea\xc6\xc7\xc4\xff\x8a\x68\x95\xe5\xd1\xb0\xa6\xe5\x40\x19\xe5\x55\x96\x63\x86\x09\xd7\x99\x4f\xe6\x08\xf2\x74\xb8\xc8\xee\x93\x74\xde\x47\xd9\x68\x18\x47\xef\x44\xeb\x79\xce\xd1\x43\x9a\x46\x8b\xfc\x26\x89\x93\x54\x33\xb1\xc0\x0c\x62\x22\xb0\x80\x98\x63\x0e\xb1\xc0\x44\x80\x7e\xba\xd5\xa5\xf3\x31\x35\x9f\xa7\x7e\x18\xe6\xed\x00\x62\xa2\x6e\x5e\x26\xec\xd1\xdd\x22\xf5\xd2\x68\x94\xc3\xe3\x66\xe8\xdf\x9b\xdf\xbd\x25\x2d\xae\xf5\xf3\xe8\xc9\xbe\x77\x9b\xcb\x78\x98\x47\xef\xb8\xcf\x30\x67\x2d\xb4\x89\xe2\xaf\x68\x31\x9a\x92\x34\x59\x73\xb4\x17\xa4\x66\x24\xc3\x01\x6b\x41\x9a\xe4\xea\x46\x74\x58\x6b\x6f\xcc\x66\xdc\x43\x16\xc1\x34\x8d\xee\xfb\xe8\xed\x66\xb1\xcb\xd9\x69\x07\xad\x3d\xcf\x77\x8e\x0b\x56\xc8\x32\x9d\xec\xdd\x3c\x47\x2e\xb6\xa1\xfb\x7b\xc3\xf8\x2e\x0f\xea\xb2\x08\x2e\x7a\x3c\xa2\xa0\x10\x92\x0a\x68\x3f\x86\x4d\x29\x94\x62\x20\x87\x83\xa8\xf6\xdd\xdf\xfa\x2e\x0c\xfa\xee\x31\x2c\x1a\x5e\x8e\xdd\x85\x0e\x5b\x9c\x61\x59\xc2\x96\x40\x15\x19\x79\xc1\xb1\xa9\x7c\x30\x86\xbd\x5d\x3e\xba\x16\x17\x53\x58\x59\x4c\x7e\x2a\x10\xcf\x71\x3d\xd8\xba\xce\x0d\xba\x1e\x16\x5c\xef\xbe\x16\x18\x72\x56\xc2\xa1\x57\xa3\xc7\x49\x86\x8b\xeb\x60\x27\x96\x92\x31\x45\x5e\xca\xd9\x88\x7f\x15\xa9\xb7\xe4\x48\x13\x99\xc0\x72\x67\x5f\xee\xcc\xcb\x53\xac\x0b\x8d\xf5\x10\x8b\xcb\x8d\x7b\x1a\xe3\x12\x73\x03\xd6\x7d\x8d\x75\x81\xc3\xe3\xc6\x8b\x35\xa1\x41\x40\xa7\xd0\x57\x2b\xf0\x7c\x71\x07\xab\x88\x71\x55\x08\x32\xd0\x06\x59\x23\x83\xb5\x82\x94\x05\xe2\x3b\x5c\xb4\x67\x75\xce\xa2\xb5\x37\x84\xc0\xb7\x6f\x30\x4a\xe6\xcb\x87\x3c\x4a\xe1\x39\x50\x89\x80\x70\x1f\x48\x08\xdf\xbf\x03\x21\xf5\x61\x20\x35\x19\x22\xdc\xc7\xa4\x06\x12\x8e\xd9\xef\x68\xed\x87\x98\x98\xc0\x71\xa8\x9b\x40\xd9\xf7\x2f\xb7\xdf\xd5\x06\x20\x30\xe1\x06\x6b\x45\x1e\xde\x83\x98\x29\x16\x1d\x7e\xd4\x48\x01\xa2\x06\x7a\x8a\x05\xa6\xc6\xd9\xaf\x30\x59\x93\x49\xce\xa1\xf7\xfa\x4c\x62\x97\x4a\xb8\x55\x2e\xe1\x76\xc9\x84\xdb\x67\x93\x80\xe1\xce\x21\x18\xd8\x27\x13\xae\xeb\x95\xe6\xb0\xee\x31\x1c\x9e\xcb\x26\x70\x06\x9d\x1c\x5a\x52\x7d\xe7\x36\xc3\x0c\x42\xd7\x3a\x8c\x51\x03\xd7\xd1\xbf\x29\x6e\xe0\x5a\xf2\x31\x4a\x0e\xfe\xb1\x3d\x46\x03\xd8\xd7\xd1\xa0\x51\xec\x7b\xae\xcf\xff\xf4\x7d\xbe\x7c\x94\xe6\x5b\xd8\x06\x26\x25\x8c\x52\xc1\x58\x52\x30\xcc\x0b\x18\xea\xd8\x7c\x02\xf4\x5f\xca\x05\xcc\x09\x83\xd6\xb4\x35\x9b\x2b\x71\x86\x30\x78\xd4\x7b\x51\xa0\x63\x1e\x36\x2c\x63\x18\x6e\x13\xe7\x17\x6e\x7d\x73\x17\xf4\xc8\x0b\xda\xd6\x09\x82\x56\xa5\x9e\xe5\xd7\xd2\xec\x9b\x16\x89\xab\x4a\xd3\xa4\xde\xe8\x31\xcc\x1a\x94\x4a\x99\x41\xd7\x65\x63\x6d\xa5\x63\xbe\xc3\xcb\xd2\x46\xc7\x6a\xde\x4d\xbe\xe6\xf1\x1a\x23\xd6\x27\xbc\x7b\x46\x99\xb5\x91\xb4\xdb\xd8\xcd\xfc\x78\x28\xb4\x9b\xf4\x8e\x59\xc4\xc8\x06\xc1\x2e\xcd\xbe\x8f\x91\xaf\xf0\x7d\x0c\x88\x32\x81\x05\x8e\xc0\x1c\x81\x39\x02\xfb\xd9\x09\xec\xdf\xcb\x60\x8e\xc2\x1c\x85\xbd\x9c\xc0\xaa\x18\x4c\xd6\xfc\xa4\xa0\x89\x6f\x0a\xaa\x97\x47\x5a\x69\xa4\x0d\x75\xa3\x8e\xf9\x9a\x2e\xbf\x97\xb3\x5a\x16\xa7\x56\x74\xcd\xbd\x54\xb7\x84\xc4\x4e\x0d\x24\x36\x27\x0c\x55\xe7\xc4\x49\xa6\x3f\x4a\xa6\xf6\x71\xf8\x1f\x13\x47\x6b\x38\xdf\xc8\x66\xc4\x33\x0f\xf5\x8a\xb7\xac\x96\xf2\x7e\x66\xef\x7a\x0d\x6d\xd7\x0e\x63\x34\xd4\x63\xec\x70\x75\xa3\x7b\x8f\x7a\x1b\xa9\x32\x7d\x85\x55\xdf\x08\xbb\x13\xac\x3b\xc1\xba\x13\xac\x3b\xc1\xba\x13\xac\x29\x11\xd6\x0b\x4b\x9d\xb7\xeb\x44\x58\x27\xc2\x3a\x0a\x73\x14\xe6\x28\xcc\x51\xd8\x2b\xa7\xb0\x6a\x06\xe3\x4c\xff\x07\x86\x4e\xb0\x71\x82\x4d\x95\xeb\x4e\x39\xa8\xe1\x7c\xf3\xca\xc1\x55\x8f\x66\xab\xc9\xf5\xd5\x3f\x01\x00\x00\xff\xff\xd6\x99\x04\x40\x81\x41\x00\x00"
func templatesZone2SvgBytes() ([]byte, error) {
return bindataRead(
_templatesZone2Svg,
"templates/zone2.svg",
)
}
func templatesZone2Svg() (*asset, error) {
bytes, err := templatesZone2SvgBytes()
if err != nil {
return nil, err
}
info := bindataFileInfo{name: "templates/zone2.svg", size: 16769, mode: os.FileMode(420), modTime: time.Unix(1484702025, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
// 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 {
a, err := f()
if err != nil {
return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err)
}
return a.bytes, nil
}
return nil, fmt.Errorf("Asset %s not found", name)
}
// MustAsset is like Asset but panics when Asset would return an error.
// It simplifies safe initialization of global variables.
func MustAsset(name string) []byte {
a, err := Asset(name)
if err != nil {
panic("asset: Asset(" + name + "): " + err.Error())
}
return a
}
// AssetInfo loads and returns the asset info for the given name.
// It returns an error if the asset could not be found or
// could not be loaded.
func AssetInfo(name string) (os.FileInfo, error) {
cannonicalName := strings.Replace(name, "\\", "/", -1)
if f, ok := _bindata[cannonicalName]; ok {
a, err := f()
if err != nil {
return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err)
}
return a.info, nil
}
return nil, fmt.Errorf("AssetInfo %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() (*asset, error){
"layout.html": layoutHtml,
"assets/styles.css": assetsStylesCss,
"templates/factoid-info.html": templatesFactoidInfoHtml,
"templates/factoid-list.html": templatesFactoidListHtml,
"templates/home.html": templatesHomeHtml,
"templates/invite-box.html": templatesInviteBoxHtml,
"templates/invite-list.html": templatesInviteListHtml,
"templates/invite-single.html": templatesInviteSingleHtml,
"templates/logged-out.html": templatesLoggedOutHtml,
"templates/login-altslack.html": templatesLoginAltslackHtml,
"templates/logs-index.html": templatesLogsIndexHtml,
"templates/user-manage.html": templatesUserManageHtml,
"templates/zone2.svg": templatesZone2Svg,
}
// 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 childName := range node.Children {
rv = append(rv, childName)
}
return rv, nil
}
type bintree struct {
Func func() (*asset, error)
Children map[string]*bintree
}
var _bintree = &bintree{nil, map[string]*bintree{
"assets": &bintree{nil, map[string]*bintree{
"styles.css": &bintree{assetsStylesCss, map[string]*bintree{}},
}},
"layout.html": &bintree{layoutHtml, map[string]*bintree{}},
"templates": &bintree{nil, map[string]*bintree{
"factoid-info.html": &bintree{templatesFactoidInfoHtml, map[string]*bintree{}},
"factoid-list.html": &bintree{templatesFactoidListHtml, map[string]*bintree{}},
"home.html": &bintree{templatesHomeHtml, map[string]*bintree{}},
"invite-box.html": &bintree{templatesInviteBoxHtml, map[string]*bintree{}},
"invite-list.html": &bintree{templatesInviteListHtml, map[string]*bintree{}},
"invite-single.html": &bintree{templatesInviteSingleHtml, map[string]*bintree{}},
"logged-out.html": &bintree{templatesLoggedOutHtml, map[string]*bintree{}},
"login-altslack.html": &bintree{templatesLoginAltslackHtml, map[string]*bintree{}},
"logs-index.html": &bintree{templatesLogsIndexHtml, map[string]*bintree{}},
"user-manage.html": &bintree{templatesUserManageHtml, map[string]*bintree{}},
"zone2.svg": &bintree{templatesZone2Svg, map[string]*bintree{}},
}},
}}
// RestoreAsset restores an asset under the given directory
func RestoreAsset(dir, name string) error {
data, err := Asset(name)
if err != nil {
return err
}
info, err := AssetInfo(name)
if err != nil {
return err
}
err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755))
if err != nil {
return err
}
err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode())
if err != nil {
return err
}
err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime())
if err != nil {
return err
}
return nil
}
// RestoreAssets restores an asset under the given directory recursively
func RestoreAssets(dir, name string) error {
children, err := AssetDir(name)
// File
if err != nil {
return RestoreAsset(dir, name)
}
// Dir
for _, child := range children {
err = RestoreAssets(dir, filepath.Join(name, child))
if err != nil {
return err
}
}
return nil
}
func _filePath(dir, name string) string {
cannonicalName := strings.Replace(name, "\\", "/", -1)
return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...)
}