ConfigurationReadOnly returns all the available configuration values can be used on a request.
()
| 16 | type 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 |
no outgoing calls