Documentation ¶
Index ¶
Constants ¶
const OfficialPath = "/etc/hyperledger/fabric"
Variables ¶
This section is empty.
Functions ¶
func AddConfigPath ¶
func GetPath ¶
—————————————————————————————————————————————————————————————————————————————————————————————————————————————————— GETPATH() —————————————————————————————————————————————————————————————————————————————————————————————————————————————————— GetPath允许指定(配置文件)相对路径的配置字符串
例如:假设我们的配置位于/etc/hyperledger/fabric/core.yaml中, 一个密钥“MSP.CONTROPATION”=“MSP/CONFIG.YAML”。
此函数将返回: getpath(“msp.configpath”)->/etc/hyperledger/fabric/msp/config.yaml
——————————————————————————————————————————————————————————————————————————————————————————————————————————————————
func InitViper ¶
—————————————————————————————————————————————————————————————————————————————————————————————————————————————————— Invivior() —————————————————————————————————————————————————————————————————————————————————————————————————————————————————— 执行基于viper的配置层的基本初始化。 主要的推动力是建立应该寻找的路径。 我们需要的配置。如果v==nil,我们将初始化全局 蝰蛇实例 ——————————————————————————————————————————————————————————————————————————————————————————————————————————————————
func TranslatePath ¶
—————————————————————————————————————————————————————————————————————————————————————————————————————————————————— 转换词() —————————————————————————————————————————————————————————————————————————————————————————————————————————————————— 将相对路径转换为与配置相对应的完全限定路径。 指定它的文件。绝对路径是毫发无损地通过的。 ——————————————————————————————————————————————————————————————————————————————————————————————————————————————————
func TranslatePathInPlace ¶
—————————————————————————————————————————————————————————————————————————————————————————————————————————————————— 翻译位置() —————————————————————————————————————————————————————————————————————————————————————————————————————————————————— 将相对路径转换为就地完全限定路径(更新 指针)相对于指定它的配置文件。绝对路径是 顺利通过。 ——————————————————————————————————————————————————————————————————————————————————————————————————————————————————
Types ¶
This section is empty.