You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add AfterFunc configuration option to hystrix.ConfigureCloser (#111)
* Add AfterFunc configuration option to hystrix.ConfigureCloser
* Add AfterFunc field to ConfigureCloser Merge function
* Add json tag to omit AfterFunc from json encoding
Signed-off-by: Chris Guiney <[email protected]>
Co-authored-by: Chris Guiney <[email protected]>
Add license to v3 directory (#91)
* Add license to v3 directory
I think pkg.go.dev is not detecting
the license because it is in the ROOT and not in v3
directory. Add a copy to the v3 directory as well.
* go mod only requires 1.11
Pr53 with unit tests (#54)
* SetConfigThreadSafe should set notThreadSafeConfig to new config first
Change-Id: Ib8cde17faa1054e511d64ad23199ef519dc7e307
* Add unit test for setting circuit config
* Expand config unit test
Check the before and after state to make sure it changed