Documentation ¶
Overview ¶
Copyright IBM Corp. 2017 All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v1.1.0
type Config interface { // ConfigProto returns the current config ConfigProto() *cb.Config // ProposeConfigUpdate attempts to validate a new configtx against the current config state ProposeConfigUpdate(configtx *cb.Envelope) (*cb.ConfigEnvelope, error) }
Config encapsulates config (channel or resource) tree
type Manager ¶ added in v1.1.0
type Manager interface { // GetChannelConfig defines methods that are related to channel configuration GetChannelConfig(channel string) Config // GetResourceConfig defines methods that are related to resource configuration GetResourceConfig(channel string) Config }
Manager provides access to the resource config
Click to show internal directories.
Click to hide internal directories.