Documentation ¶ Index ¶ Variables func OpenStdin(ctx context.Context) (io.Reader, error) func Parse(i string) (ux.Source, error) type File func (f File) Open(ctx context.Context) (io.Reader, error) Constants ¶ This section is empty. Variables ¶ View Source var Stdin ux.Source = stdin(OpenStdin) Functions ¶ func OpenStdin ¶ func OpenStdin(ctx context.Context) (io.Reader, error) func Parse ¶ added in v0.0.3 func Parse(i string) (ux.Source, error) Types ¶ type File ¶ type File string func (File) Open ¶ func (f File) Open(ctx context.Context) (io.Reader, error) Source Files ¶ View all Source files parse.gosource.go Click to show internal directories. Click to hide internal directories.