package
0.0.0-20211130232802-bd9b0526fedf
Repository: https://github.com/pkopriv2/golang-sdk.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Returns a default prompt value.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
** READLINE COMPATIBILITY ** //.
No description provided by the author
No description provided by the author
** READLINE COMPATIBILITY ** //.
No description provided by the author
No description provided by the author
No description provided by the author
** READLINE COMPATIBILITY ** //.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
The standard input/output abstraction - designed to mirror standard systems.
Options for integrations with readline.
Implements a line history that stores NOTHING.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
An Editor is capable of displaying and updating a value.
No description provided by the author
LineHistory manages a collection of commands that have historically been entered.
A shell runs scripts on the host machine.
# Type aliases
Assign is a function that that accepts the value of the line as input - performing some environment side-effect, e.g.
Valid accepts the current user data, returning an error.
Complete accepts the current value of the line and returns a list of possible completions.
Failure is a standard failure handler.
A file editor calls out to the system to open.
Info accepts the current user input and returns a value that is informative or instructive to the user.
No description provided by the author
Matcher matches a string.
No description provided by the author