open-consul/consul/state
James Phillips dc662f7e35 Refactors TxnRequest/TxnResponse into a form that will allow non-KV ops.
This isn't needed/used yet, but it's a good hook to get in there so we
can add more atomic operations in the future. The Go API hides this detail
so that feels like a KV-specific API. The implications on the REST API are
pretty minimal.
2016-05-11 01:39:10 -07:00
..
delay.go
delay_test.go
graveyard.go
graveyard_test.go
kvs.go Refactors TxnRequest/TxnResponse into a form that will allow non-KV ops. 2016-05-11 01:39:10 -07:00
kvs_test.go Refactors TxnRequest/TxnResponse into a form that will allow non-KV ops. 2016-05-11 01:39:10 -07:00
notify.go
notify_test.go
prepared_query.go
prepared_query_index.go
prepared_query_index_test.go
prepared_query_test.go
schema.go
schema_test.go
state_store.go Moves KVS-related state store code out into its own set of files. 2016-05-02 16:21:04 -07:00
state_store_test.go Moves KVS-related state store code out into its own set of files. 2016-05-02 16:21:04 -07:00
tombstone_gc.go
tombstone_gc_test.go
txn.go Refactors TxnRequest/TxnResponse into a form that will allow non-KV ops. 2016-05-11 01:39:10 -07:00
txn_test.go Refactors TxnRequest/TxnResponse into a form that will allow non-KV ops. 2016-05-11 01:39:10 -07:00
watch.go
watch_test.go