Versions in this module Expand all Collapse all v1 v1.0.2 Jan 27, 2022 v1.0.1 Dec 1, 2021 Changes in this version + func Engines() []string + func Register(name string, f NewBCEngineFunc) + type BCEngine interface + Exit func() + Init func(*xconf.EnvConf) error + Run func() + func CreateBCEngine(egName string, envCfg *xconf.EnvConf) (BCEngine, error) + type NewBCEngineFunc func() BCEngine