7482a9207d
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. |
||
---|---|---|
.. | ||
delay.go | ||
delay_test.go | ||
graveyard.go | ||
graveyard_test.go | ||
kvs.go | ||
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 | ||
state_store_test.go | ||
tombstone_gc.go | ||
tombstone_gc_test.go | ||
txn.go | ||
txn_test.go | ||
watch.go | ||
watch_test.go |