mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
fix comments
This commit is contained in:
parent
ab5398d213
commit
4d5b43b9fb
|
@ -20,9 +20,9 @@ type ConfigurationReadOnly interface {
|
||||||
GetSocketSharding() bool
|
GetSocketSharding() bool
|
||||||
// GetKeepAlive returns the KeepAlive field.
|
// GetKeepAlive returns the KeepAlive field.
|
||||||
GetKeepAlive() time.Duration
|
GetKeepAlive() time.Duration
|
||||||
// GetKeepAlive returns the Timeout field.
|
// GetTimeout returns the Timeout field.
|
||||||
GetTimeout() time.Duration
|
GetTimeout() time.Duration
|
||||||
// GetKeepAlive returns the TimeoutMessage field.
|
// GetTimeoutMessage returns the TimeoutMessage field.
|
||||||
GetTimeoutMessage() string
|
GetTimeoutMessage() string
|
||||||
// GetDisablePathCorrection returns the DisablePathCorrection field
|
// GetDisablePathCorrection returns the DisablePathCorrection field
|
||||||
GetDisablePathCorrection() bool
|
GetDisablePathCorrection() bool
|
||||||
|
@ -38,7 +38,7 @@ type ConfigurationReadOnly interface {
|
||||||
GetFireMethodNotAllowed() bool
|
GetFireMethodNotAllowed() bool
|
||||||
// GetDisableAutoFireStatusCode returns the DisableAutoFireStatusCode field.
|
// GetDisableAutoFireStatusCode returns the DisableAutoFireStatusCode field.
|
||||||
GetDisableAutoFireStatusCode() bool
|
GetDisableAutoFireStatusCode() bool
|
||||||
// ResetOnFireErrorCode retruns the ResetOnFireErrorCode field.
|
// GetResetOnFireErrorCode returns the ResetOnFireErrorCode field.
|
||||||
GetResetOnFireErrorCode() bool
|
GetResetOnFireErrorCode() bool
|
||||||
|
|
||||||
// GetEnableOptimizations returns the EnableOptimizations field.
|
// GetEnableOptimizations returns the EnableOptimizations field.
|
||||||
|
@ -60,7 +60,7 @@ type ConfigurationReadOnly interface {
|
||||||
// GetPostMaxMemory returns the PostMaxMemory field.
|
// GetPostMaxMemory returns the PostMaxMemory field.
|
||||||
GetPostMaxMemory() int64
|
GetPostMaxMemory() int64
|
||||||
|
|
||||||
// GetTranslateLanguageContextKey returns the LocaleContextKey field.
|
// GetLocaleContextKey returns the LocaleContextKey field.
|
||||||
GetLocaleContextKey() string
|
GetLocaleContextKey() string
|
||||||
// GetLanguageContextKey returns the LanguageContextKey field.
|
// GetLanguageContextKey returns the LanguageContextKey field.
|
||||||
GetLanguageContextKey() string
|
GetLanguageContextKey() string
|
||||||
|
|
Loading…
Reference in New Issue
Block a user