Documentation
¶
Index ¶
Constants ¶
View Source
const ( LINE_UP = "\033[1A" LINE_CLEAR = "\x1b[2K" HISTORY_FILE = ".wsget_history" HISTORY_LIMIT = 100 )
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
type History ¶
type History struct {
// contains filtered or unexported fields
}
func NewHistory ¶
func (*History) AddRequest ¶
func (*History) SaveToFile ¶ added in v0.1.2
Click to show internal directories.
Click to hide internal directories.