9f8f258d4d
This patch removes duplicate internal copies of constants in the structs package which are also defined in the api package. The api.KVOp type with all its values for the TXN endpoint and the api.HealthXXX constants are now used throughout the codebase. This resulted in some circular dependencies in the testutil package which have been resolved by copying code and constants and moving the WaitForLeader function into a separate testrpc package. |
||
---|---|---|
.. | ||
funcs.go | ||
funcs_test.go | ||
plan.go | ||
plan_test.go | ||
watch.go | ||
watch_test.go |