ui

package
v0.0.0-...-93ae5c1 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CLI

type CLI struct {
	ReqChannel chan UserInputRequest
	ResChannel chan UserInputResponse
	// contains filtered or unexported fields
}

func NewCLI

func NewCLI() *CLI

type ICLI

type ICLI interface {
	ReqChannel() chan UserInputRequest
	ResChannel() chan UserInputResponse
}

type UserInputRequest

type UserInputRequest struct {
	// contains filtered or unexported fields
}

type UserInputResponse

type UserInputResponse struct {
	// contains filtered or unexported fields
}

type WalletCLI

type WalletCLI struct {
	// contains filtered or unexported fields
}

func NewWalletCLI

func NewWalletCLI() *WalletCLI

func (*WalletCLI) EnterPassphrase

func (wcli *WalletCLI) EnterPassphrase() (string, error)

Jump to

Keyboard shortcuts

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