Documentation
      ¶
    
    
  
    
  
    Index ¶
- type Support
 - func (ms *Support) Apply(configtx *common.ConfigEnvelope) error
 - func (ms *Support) Capabilities() channelconfig.ApplicationCapabilities
 - func (cs *Support) GetMSPIDs(cid string) []string
 - func (ms *Support) Ledger() ledger.PeerLedger
 - func (ms *Support) MSPManager() msp.MSPManager
 - func (ms *Support) PolicyManager() policies.Manager
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Support ¶
type Support struct {
	LedgerVal               ledger.PeerLedger
	MSPManagerVal           msp.MSPManager
	ApplyVal                error
	ACVal                   channelconfig.ApplicationCapabilities
	CapabilitiesInvokeCount int
	MSPManagerInvokeCount   int
}
    func (*Support) Apply ¶
func (ms *Support) Apply(configtx *common.ConfigEnvelope) error
Apply returns ApplyVal
func (*Support) Capabilities ¶ added in v1.1.0
func (ms *Support) Capabilities() channelconfig.ApplicationCapabilities
func (*Support) MSPManager ¶
func (ms *Support) MSPManager() msp.MSPManager
MSPManager returns MSPManagerVal
      
      Source Files
      ¶
    
- support.go
 
 Click to show internal directories. 
   Click to hide internal directories.