1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 04:21:57 +00:00

Merge pull request #1926 from eleven26/fix-comment

fix comments
This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-07-15 20:37:48 +03:00
committed by GitHub

View File

@@ -20,9 +20,9 @@ type ConfigurationReadOnly interface {
GetSocketSharding() bool
// GetKeepAlive returns the KeepAlive field.
GetKeepAlive() time.Duration
// GetKeepAlive returns the Timeout field.
// GetTimeout returns the Timeout field.
GetTimeout() time.Duration
// GetKeepAlive returns the TimeoutMessage field.
// GetTimeoutMessage returns the TimeoutMessage field.
GetTimeoutMessage() string
// GetDisablePathCorrection returns the DisablePathCorrection field
GetDisablePathCorrection() bool
@@ -38,7 +38,7 @@ type ConfigurationReadOnly interface {
GetFireMethodNotAllowed() bool
// GetDisableAutoFireStatusCode returns the DisableAutoFireStatusCode field.
GetDisableAutoFireStatusCode() bool
// ResetOnFireErrorCode retruns the ResetOnFireErrorCode field.
// GetResetOnFireErrorCode returns the ResetOnFireErrorCode field.
GetResetOnFireErrorCode() bool
// GetEnableOptimizations returns the EnableOptimizations field.
@@ -60,7 +60,7 @@ type ConfigurationReadOnly interface {
// GetPostMaxMemory returns the PostMaxMemory field.
GetPostMaxMemory() int64
// GetTranslateLanguageContextKey returns the LocaleContextKey field.
// GetLocaleContextKey returns the LocaleContextKey field.
GetLocaleContextKey() string
// GetLanguageContextKey returns the LanguageContextKey field.
GetLanguageContextKey() string