mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
fix-comments
This commit is contained in:
parent
fe4cb68830
commit
a4ecc862e7
|
@ -959,12 +959,12 @@ func (c *Configuration) GetKeepAlive() time.Duration {
|
|||
return c.KeepAlive
|
||||
}
|
||||
|
||||
// GetKeepAlive returns the Timeout field.
|
||||
// GetTimeout returns the Timeout field.
|
||||
func (c *Configuration) GetTimeout() time.Duration {
|
||||
return c.Timeout
|
||||
}
|
||||
|
||||
// GetKeepAlive returns the TimeoutMessage field.
|
||||
// GetTimeoutMessage returns the TimeoutMessage field.
|
||||
func (c *Configuration) GetTimeoutMessage() string {
|
||||
return c.TimeoutMessage
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user