open-consul/consul/state
Sean Chittenden 7482a9207d
Chase casting types.CheckID to a string into the state_store.
It turns out the indexer can only use strings as arguments when
creating a query.  Cast `types.CheckID` to a `string` before calling
into `memdb`.

Ideally the indexer would be smart enough to do this at compile-time,
but I need to look into how to do this without reflection and the
runtime package.  For the time being statically cast `types.CheckID`
to a `string` at the call sites.
2016-06-07 16:59:02 -04: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
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 Chase casting types.CheckID to a string into the state_store. 2016-06-07 16:59:02 -04: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