mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 04:47:02 +00:00
gofmt -s -w .
Former-commit-id: 6cca675303187f10377a7a713b2e7b3cdf16fd18
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
|
||||
package context
|
||||
|
||||
// ConfigurationReadOnly can be implemented
|
||||
// by Configuration, it's being used inside the Context.
|
||||
// All methods that it contains should be "safe" to be called by the context
|
||||
// at "serve time". A configuration field may be missing when it's not
|
||||
// safe or its useless to be called from a request handler.
|
||||
type ConfigurationReadOnly interface {
|
||||
// GetVHost returns the non-exported vhost config field.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user