Documentation ¶ Index ¶ Constants type CLI func NewCLI(wsConn *ws.WSConnection) *CLI func (c *CLI) Run(outputFile *os.File) error type History func NewHistory() *History func (h *History) AddRequest(request string) func (h *History) GetRequst(pos int) string Constants ¶ View Source const ( LINE_UP = "\033[1A" LINE_CLEAR = "\x1b[2K" ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type CLI ¶ type CLI struct { // contains filtered or unexported fields } func NewCLI ¶ func NewCLI(wsConn *ws.WSConnection) *CLI func (*CLI) Run ¶ func (c *CLI) Run(outputFile *os.File) error type History ¶ type History struct { // contains filtered or unexported fields } func NewHistory ¶ func NewHistory() *History func (*History) AddRequest ¶ func (h *History) AddRequest(request string) func (*History) GetRequst ¶ func (h *History) GetRequst(pos int) string Source Files ¶ View all Source files cli.gohistory.go Click to show internal directories. Click to hide internal directories.