Refactoring variable names and variable types to saner versions.
This commit is contained in:
parent
c65a47f6e2
commit
1146736c2b
3 changed files with 40 additions and 38 deletions
|
@ -17,7 +17,7 @@ package realis
|
|||
// Using a pattern described by Dave Cheney to differentiate errors
|
||||
// https://dave.cheney.net/2016/04/27/dont-just-check-errors-handle-them-gracefully
|
||||
|
||||
// Timeout errors are returned when a function is unable to continue executing due
|
||||
// Timedout errors are returned when a function is unable to continue executing due
|
||||
// to a time constraint or meeting a set number of retries.
|
||||
type timeout interface {
|
||||
Timedout() bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue