input

package
v1.105.0 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrRequired = fmt.Errorf("required")

Functions

This section is empty.

Types

type Input

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

func New

func New(text string, opts ...Option) *Input

func (*Input) Prompt

func (i *Input) Prompt() (string, error)

type Option

type Option func(*Input)

func WithHidden

func WithHidden() Option

func WithInitialValue

func WithInitialValue(s string) Option

func WithPlaceholder

func WithPlaceholder(s string) Option

func WithRequired

func WithRequired() Option

func WithValidator

func WithValidator(v Validator) Option

type Validator

type Validator func(input string) error

Jump to

Keyboard shortcuts

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