Versions in this module Expand all Collapse all v6 v6.0.0 Dec 21, 2021 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() Other modules containing this package github.com/ubiq/go-ubiq github.com/ubiq/go-ubiq/v3 github.com/ubiq/go-ubiq/v5 github.com/ubiq/go-ubiq/v7