Versions in this module Expand all Collapse all v0 v0.1.0 Dec 10, 2018 Changes in this version + const APP_TOOL + const BLOCK_TOOL + const CONFPATH + const PRIV_TOOL + const REVERT_APP_NAME + const REVERT_BRANCH_NAME + const REVERT_TO_HEIGHT + const STATE_TOOL + var RootCmd = &cobra.Command + func CivilPath() string + func Execute() + type AppToolItfc interface + BackupLastBlock func(branchName string) error + DelBackup func(branchName string) + Init func(datadir string) error + LastHeightHash func() (def.INT, []byte) + RevertFromBackup func(branchName string) error + SaveNewLastBlock func(fromHeight def.INT, fromAppHash []byte) error + type RevertTool struct + func (rt *RevertTool) Init(appname string, agconf, appconf *viper.Viper) error