(s string)
| 1390 | var DefaultTimeoutMessage = `<html><head><title>Timeout</title></head><body><h1>Timeout</h1>Looks like the server is taking too long to respond, this can be caused by either poor connectivity or an error with our servers. Please try again in a while.</body></html>` |
| 1391 | |
| 1392 | func toStringPtr(s string) *string { |
| 1393 | return &s |
| 1394 | } |
| 1395 | |
| 1396 | // DefaultConfiguration returns the default configuration for an iris station, fills the main Configuration |
| 1397 | func DefaultConfiguration() Configuration { |
no outgoing calls
no test coverage detected
searching dependent graphs…