MCPcopy Index your code
hub / github.com/kataras/iris / toStringPtr

Function toStringPtr

configuration.go:1392–1394  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

1390var 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
1392func toStringPtr(s string) *string {
1393 return &s
1394}
1395
1396// DefaultConfiguration returns the default configuration for an iris station, fills the main Configuration
1397func DefaultConfiguration() Configuration {

Callers 1

DefaultConfigurationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…