open-consul/consul/state
Frank Schroeder 9f8f258d4d Remove duplicate constants
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.
2017-04-20 09:54:49 -07:00
..
acl.go Guts all the old blocking query code. 2017-01-25 09:58:23 -08:00
acl_test.go Guts all the old blocking query code. 2017-01-25 09:58:23 -08:00
autopilot.go Add advanced autopilot features 2017-03-22 15:25:16 -07:00
autopilot_test.go Rename DeadServerCleanup and make wording adjustments 2017-02-28 14:45:21 -08:00
catalog.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
catalog_test.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
coordinate.go Guts all the old blocking query code. 2017-01-25 09:58:23 -08:00
coordinate_test.go Guts all the old blocking query code. 2017-01-25 09:58:23 -08:00
delay.go
delay_test.go
graveyard.go
graveyard_test.go
kvs.go Guts all the old blocking query code. 2017-01-25 09:58:23 -08:00
kvs_test.go Guts all the old blocking query code. 2017-01-25 09:58:23 -08:00
notify.go
notify_test.go
prepared_query.go Add advanced autopilot features 2017-03-22 15:25:16 -07:00
prepared_query_index.go
prepared_query_index_test.go
prepared_query_test.go Guts all the old blocking query code. 2017-01-25 09:58:23 -08:00
schema.go Add state store table and endpoints for autopilot 2017-02-23 20:32:13 -08:00
schema_test.go
session.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
session_test.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
state_store.go Guts all the old blocking query code. 2017-01-25 09:58:23 -08:00
state_store_test.go Guts all the old blocking query code. 2017-01-25 09:58:23 -08:00
tombstone_gc.go
tombstone_gc_test.go
txn.go Remove duplicate constants 2017-04-20 09:54:49 -07:00
txn_test.go Remove duplicate constants 2017-04-20 09:54:49 -07:00