mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 09:57:01 +00:00
improvements to the x/errors pkg
This commit is contained in:
@@ -912,7 +912,7 @@ type Configuration struct {
|
||||
Other map[string]interface{} `ini:"other" json:"other,omitempty" yaml:"Other" toml:"Other"`
|
||||
}
|
||||
|
||||
var _ context.ConfigurationReadOnly = &Configuration{}
|
||||
var _ context.ConfigurationReadOnly = (*Configuration)(nil)
|
||||
|
||||
// GetVHost returns the non-exported vhost config field.
|
||||
func (c Configuration) GetVHost() string {
|
||||
|
||||
Reference in New Issue
Block a user