Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSupportFactoryImpl ¶
type MockSupportFactoryImpl struct {
NewSupportRv *MockSupportImpl
}
func (*MockSupportFactoryImpl) NewSupport ¶
func (c *MockSupportFactoryImpl) NewSupport() peer.Support
type MockSupportImpl ¶
type MockSupportImpl struct { GetApplicationConfigRv channelconfig.Application GetApplicationConfigBoolRv bool ChaincodeByNameRv *ccprovider.ChaincodeData ChaincodeByNameBoolRv bool }
func (*MockSupportImpl) ChaincodeByName ¶
func (s *MockSupportImpl) ChaincodeByName(chainname, ccname string) (*ccprovider.ChaincodeData, bool)
func (*MockSupportImpl) GetApplicationConfig ¶
func (s *MockSupportImpl) GetApplicationConfig(cid string) (channelconfig.Application, bool)
Click to show internal directories.
Click to hide internal directories.