Documentation
¶
Index ¶
Constants ¶
View Source
const ( Goimg = "palletone/goimg" Javaimg = "palletone/javaimg" Nodejsimg = "palletone/nodejsimg" )
Variables ¶
View Source
var DebugTest bool = false
View Source
var GptnVersion = fmt.Sprintf("%d.%d.%d", configure.VersionMajor, configure.VersionMinor, configure.VersionPatch)
Functions ¶
Types ¶
type Config ¶
type Config struct { ContractAddress string //Jury节点ip地址 ContractExecutetimeout time.Duration //合约调用执行时间 ContractDeploytimeout time.Duration //合约部署执行时间 VmEndpoint string //与docker服务连接协议 SysContract map[string]string }
func NewContractConfig ¶ added in v1.0.4
func NewContractConfig() *Config
Click to show internal directories.
Click to hide internal directories.