Documentation ¶ Index ¶ func Parse(v string) (ux.Input, error) type Parser type ParserFunc func (fn ParserFunc) Parse(v string) (ux.Input, error) type String func (s String) Open() (io.Reader, error) func (s String) Spec(context.Context) (ux.Spec, error) 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) Source Files ¶ View all Source files input.goparser.go Click to show internal directories. Click to hide internal directories.