Documentation ¶ Index ¶ func Broker(cmdStr string) func Candidates(cmd string, chunks []context.Chunk, current int, symbol string) map[string]string func Execute(cmd, args string) func Index(symbol, text string) type Executor func AllExecutors() []Executor func GetExecutor(cmd string) Executor Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Broker ¶ func Broker(cmdStr string) func Candidates ¶ func Candidates(cmd string, chunks []context.Chunk, current int, symbol string) map[string]string func Execute ¶ func Execute(cmd, args string) func Index ¶ func Index(symbol, text string) Types ¶ type Executor ¶ type Executor interface { Command() string Syntax() string Usage() string Describe() string Validate(args string) error Run(args string) (string, error) } func AllExecutors ¶ func AllExecutors() []Executor func GetExecutor ¶ func GetExecutor(cmd string) Executor Source Files ¶ View all Source files batch.go callContract.go deployContract.go exec.go exit.go getstateAccount.go help.go injectAccount.go queryContract.go resetChain.go search.go sendCoin.go undoCommit.go Click to show internal directories. Click to hide internal directories.