Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterInteractiveCommands ¶ added in v0.7.0
func RegisterInteractiveCommands(commands InteractiveCommands)
RegisterInteractiveCommands installs the optional interactive command implementation. It is intended to be called once, from package init.
Types ¶
type InteractiveCommands ¶ added in v0.7.0
type InteractiveCommands interface {
StartREPL()
StartNREPL(arg string)
StartSREPL(arg string)
ConnectNREPL(args []string)
}
InteractiveCommands supplies the optional terminal and network REPL commands. Programs that need them should import pkg/gljmain/interactive.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package interactive supplies the optional terminal, nREPL, and socket REPL commands used by gljmain.
|
Package interactive supplies the optional terminal, nREPL, and socket REPL commands used by gljmain. |
Click to show internal directories.
Click to hide internal directories.