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 resourcesconfig.ChaincodeDefinition ChaincodeByNameBoolRv bool }
func (*MockSupportImpl) ChaincodeByName ¶
func (s *MockSupportImpl) ChaincodeByName(chainname, ccname string) (resourcesconfig.ChaincodeDefinition, bool)
func (*MockSupportImpl) GetApplicationConfig ¶
func (s *MockSupportImpl) GetApplicationConfig(cid string) (channelconfig.Application, bool)
Click to show internal directories.
Click to hide internal directories.