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

Method ConfigurationReadOnly

context/application.go:18–18  ·  view source on GitHub ↗

ConfigurationReadOnly returns all the available configuration values can be used on a request.

()

Source from the content-addressed store, hash-verified

16type Application interface {
17 // ConfigurationReadOnly returns all the available configuration values can be used on a request.
18 ConfigurationReadOnly() ConfigurationReadOnly
19
20 // Logger returns the golog logger instance(pointer) that is being used inside the "app".
21 Logger() *golog.Logger

Callers 15

TestStaticCacheFunction · 0.65
TestCache304Function · 0.65
browser.goFile · 0.65
newAppFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
protectedFunction · 0.65
protectedFunction · 0.65
TestVersionedControllerFunction · 0.65
mainFunction · 0.65
newAppFunction · 0.65

Calls

no outgoing calls

Tested by 10

TestStaticCacheFunction · 0.52
TestCache304Function · 0.52
TestVersionedControllerFunction · 0.52
TestFileServerBasicFunction · 0.52
TestHandleDirDotFunction · 0.52
TestSPAEmbeddedFunction · 0.52
GetMethod · 0.52
TestDeprecatedFunction · 0.52