Versions in this module Expand all Collapse all v1 v1.4.10 Dec 9, 2020 Changes in this version + type MockSupportFactoryImpl struct + NewSupportRv *MockSupportImpl + func (c *MockSupportFactoryImpl) NewSupport() peer.Support + type MockSupportImpl struct + ChaincodeByNameBoolRv bool + ChaincodeByNameRv *ccprovider.ChaincodeData + GetApplicationConfigBoolRv bool + GetApplicationConfigRv channelconfig.Application + func (s *MockSupportImpl) ChaincodeByName(chainname, ccname string) (*ccprovider.ChaincodeData, bool) + func (s *MockSupportImpl) GetApplicationConfig(cid string) (channelconfig.Application, bool)