Versions in this module Expand all Collapse all v1 v1.4.9 Sep 30, 2020 Changes in this version + type QECombiner struct + QueryExecuters []QueryExecuter + func (c *QECombiner) GetState(namespace string, key string) ([]byte, error) + func (c *QECombiner) GetStateRangeScanIterator(namespace string, startKey string, endKey string) (commonledger.ResultsIterator, error) + type QueryExecuter interface + GetState func(namespace, key string) (*statedb.VersionedValue, error) + GetStateRangeScanIterator func(namespace, startKey, endKey string) (statedb.ResultsIterator, error) + type UpdateBatchBackedQueryExecuter struct + UpdateBatch *statedb.UpdateBatch + func (qe *UpdateBatchBackedQueryExecuter) GetState(ns, key string) (*statedb.VersionedValue, error) + func (qe *UpdateBatchBackedQueryExecuter) GetStateRangeScanIterator(namespace, startKey, endKey string) (statedb.ResultsIterator, error) Incompatible versions in this module v2.1.1+incompatible Jun 1, 2020