Versions in this module Expand all Collapse all v1 v1.0.0 May 19, 2021 Changes in this version + type Repo interface + Create func(ctx contractapi.TransactionContextInterface, entity interface{}, ...) error + Get func(ctx contractapi.TransactionContextInterface, docPrefix string, keys []string) (interface{}, error) + GetQueryString func(ctx contractapi.TransactionContextInterface, queryString string) (shim.StateQueryIteratorInterface, error) + GetQueryStringWithPagination func(ctx contractapi.TransactionContextInterface, queryString string) (shim.StateQueryIteratorInterface, error) + IsExist func(ctx contractapi.TransactionContextInterface, docPrefix string, keys []string) (bool, error) + Update func(ctx contractapi.TransactionContextInterface, entity interface{}, ...) error