Merge pull request #1931 from eleven26/fix-comments

fix-comments
This commit is contained in:
Gerasimos (Makis) Maropoulos 2022-07-18 19:41:38 +03:00 committed by GitHub
commit d550b5da41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -959,12 +959,12 @@ func (c *Configuration) GetKeepAlive() time.Duration {
return c.KeepAlive return c.KeepAlive
} }
// GetKeepAlive returns the Timeout field. // GetTimeout returns the Timeout field.
func (c *Configuration) GetTimeout() time.Duration { func (c *Configuration) GetTimeout() time.Duration {
return c.Timeout return c.Timeout
} }
// GetKeepAlive returns the TimeoutMessage field. // GetTimeoutMessage returns the TimeoutMessage field.
func (c *Configuration) GetTimeoutMessage() string { func (c *Configuration) GetTimeoutMessage() string {
return c.TimeoutMessage return c.TimeoutMessage
} }