input

package
v0.0.10 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse added in v0.0.7

func Parse(v string) (ux.Input, error)

Types

type Parser added in v0.0.7

type Parser interface {
	Parse(string) (ux.Input, error)
}

type ParserFunc added in v0.0.7

type ParserFunc func(string) (ux.Input, error)

func (ParserFunc) Parse added in v0.0.7

func (fn ParserFunc) Parse(v string) (ux.Input, error)

type String added in v0.0.7

type String string

func (String) Open added in v0.0.7

func (s String) Open() (io.Reader, error)

func (String) Spec added in v0.0.7

func (s String) Spec(context.Context) (ux.Spec, error)

Jump to

Keyboard shortcuts

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