config

package
v2.1.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

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
}

Manager provides access to the resource config

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL