Documentation ¶
Overview ¶
Package metadata contains variables used by tests
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ChannelConfigPath = "artifacts/channel"
ChannelConfigPath is the relative path to the generated channel artifacts directory
View Source
var CryptoConfigPath = "artifacts/channel/crypto-config"
CryptoConfigPath is the relative path to the generated crypto config directory
View Source
var Project = "fabric-sdk-go"
Project is the Go project name relative to the Go Path
Functions ¶
func GetChannelConfigPath ¶
func GetConfigPath ¶
func GetDeployPath ¶
func GetDeployPath() string
Types ¶
type AppConf ¶
type AppConf struct {
Conf Application `yaml:"application"`
}
func GetAppConf ¶
func GetAppConf() *AppConf
type Application ¶
type Application struct { LogPath string `yaml:"logPath"` LogLevel int8 `yaml:"logLevel"` OrgInfo []*OrgInfo `yaml:"org"` OrderderInfo []*OrderderInfo `yaml:"orderer"` }
type OrderderInfo ¶
type TransactionID ¶
type TransactionID string
Click to show internal directories.
Click to hide internal directories.