Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FmtStringArgs ¶
func MakeCosmosConfigPath ¶
func ParseP2PPort ¶
ParseP2PPort parse comsos p2p port from listen address. eg. "tcp://0.0.0.0:26656"
Types ¶
type CmdExecutor ¶
type CmdExecutor struct {
Debug bool
}
func NewCmdExecutor ¶
func NewCmdExecutor(debug bool) *CmdExecutor
func (*CmdExecutor) Run ¶
func (m *CmdExecutor) Run(name string, args ...string) (output string, err error)
func (*CmdExecutor) Which ¶
func (m *CmdExecutor) Which(cmd string) bool
Click to show internal directories.
Click to hide internal directories.