Versions in this module Expand all Collapse all v1 v1.0.0 Jul 11, 2017 Changes in this version + type Processor struct + func New(systemChannelID string, supportManager SupportManager, ...) *Processor + func (p *Processor) Process(envConfigUpdate *cb.Envelope) (*cb.Envelope, error) + type Support interface + ProposeConfigUpdate func(env *cb.Envelope) (*cb.ConfigEnvelope, error) + type SupportManager interface + GetChain func(chainID string) (Support, bool) + NewChannelConfig func(envConfigUpdate *cb.Envelope) (configtxapi.Manager, error)