cli

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL