Versions in this module Expand all Collapse all v1 v1.13.2 Mar 3, 2021 v1.13.1 Nov 17, 2020 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) Execute(path string) error + func (c *Console) Interactive() + func (c *Console) Stop(graceful bool) error + func (c *Console) Welcome()