Documentation
¶
Index ¶
- func Broker(cmdStr string)
- func Candidates(cmd string, chunks []context.Chunk, current int, symbol string) map[string]string
- func EnableVerbose()
- func EnableWatch()
- func Execute(cmd, args string)
- func ExecutePack(inputFile, outputFile string) int
- func GetBatchErrorCount() int
- func Index(symbol, text string)
- type Executor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Candidates ¶
func EnableVerbose ¶
func EnableVerbose()
func EnableWatch ¶
func EnableWatch()
func ExecutePack ¶ added in v2.7.0
ExecutePack reads a contract from inputFile and packs it, optionally writing to outputFile
func GetBatchErrorCount ¶
func GetBatchErrorCount() int
Types ¶
type Executor ¶
type Executor interface {
Command() string
Syntax() string
Usage() string
Describe() string
Validate(args string) error
Run(args string) (string, uint64, []*types.Event, error) // message, gas used, events, error
}
func AllExecutors ¶
func AllExecutors() []Executor
func GetExecutor ¶
Click to show internal directories.
Click to hide internal directories.