mirror of
https://github.com/go-micro/go-micro.git
synced 2025-11-23 21:44:41 +02:00
Adjusting names
This commit is contained in:
8
client/retry.go
Normal file
8
client/retry.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package client
|
||||
|
||||
type RetryFunc func(err error) bool
|
||||
|
||||
// always retry on error
|
||||
func alwaysRetry(err error) bool {
|
||||
return true
|
||||
}
|
||||
Reference in New Issue
Block a user