open-consul/consul/state
James Phillips 29e52307cb
Makes empty checkServiceNode return a nil.
The change in #2308 had an inadvertent interface change, so we fix that with
a special case in this fix.
2016-08-29 19:12:07 -07:00
..
delay.go
delay_test.go
graveyard.go
graveyard_test.go
kvs.go Adds a get-tree verb to KV transaction operations. 2016-05-13 16:57:39 -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 Adds a comment about the embedded struct. 2016-03-07 10:45:39 -08:00
prepared_query_index.go Adds in basic query template lookups and vendors newly-updated memdb as well as improved iradix tree. 2016-03-07 10:45:39 -08:00
prepared_query_index_test.go Adds a test for the custom prepared query template indexer. 2016-03-07 10:45:39 -08:00
prepared_query_test.go Adds core query template tests to the state store. 2016-03-07 10:45:39 -08:00
schema.go Adds in basic query template lookups and vendors newly-updated memdb as well as improved iradix tree. 2016-03-07 10:45:39 -08:00
schema_test.go
state_store.go Makes empty checkServiceNode return a nil. 2016-08-29 19:12:07 -07:00
state_store_test.go Chase casting types.CheckID to a string into the state_store. 2016-06-07 16:59:02 -04:00
tombstone_gc.go
tombstone_gc_test.go
txn.go Adds a get-tree verb to KV transaction operations. 2016-05-13 16:57:39 -07:00
txn_test.go Adds a get-tree verb to KV transaction operations. 2016-05-13 16:57:39 -07:00
watch.go
watch_test.go