Versions in this module Expand all Collapse all v1 v1.4.11 Mar 2, 2021 Changes in this version + func ValidateConfigEnvelope(ce *common.ConfigEnvelope) error + type CurrentConfigBlockGetter interface + GetCurrConfigBlock func(channel string) *common.Block + type CurrentConfigBlockGetterFunc func(channel string) *common.Block + func (f CurrentConfigBlockGetterFunc) GetCurrConfigBlock(channel string) *common.Block + type DiscoverySupport struct + func NewDiscoverySupport(getLastConfigBlock CurrentConfigBlockGetter) *DiscoverySupport + func (s *DiscoverySupport) Config(channel string) (*discovery.ConfigResult, error)