Versions in this module Expand all Collapse all v1 v1.0.1 Jul 9, 2024 Changes in this version + const DefaultPrompt + const HistoryFile + type Config struct + Client *rpc.Client + DataDir string + DocRoot string + Preload []string + Printer io.Writer + Prompt string + Prompter prompt.UserPrompter + type Console struct + func New(config Config) (*Console, error) + func (c *Console) AutoCompleteInput(line string, pos int) (string, []string, string) + func (c *Console) Evaluate(statement string) + func (c *Console) Interactive() + func (c *Console) Stop(graceful bool) error + func (c *Console) StopInteractive() + func (c *Console) Welcome()