package
Version:
v0.0.0-...-a452233
Opens a new window with list of versions in this module.
Published: Jan 17, 2018
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Action struct {
Name string
Action func(args ...interface{}) (interface{}, error)
Children []Action
}
Action is a named func
New creates a root level Action for Repl
AddChild appends a child Action to a.Children
Source Files
¶
Click to show internal directories.
Click to hide internal directories.