Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TrivialURIParser ¶
type TrivialURIParser struct {
Debug bool
Logf func(format string, v ...interface{})
Prefix safepath.AbsDir
Input string
}
TrivialURIParser takes input as a single string. It expects either a URL or a Path component as the input.
func (*TrivialURIParser) Parse ¶
func (obj *TrivialURIParser) Parse() ([]interfaces.Iterator, error)
func (*TrivialURIParser) String ¶
func (obj *TrivialURIParser) String() string
Click to show internal directories.
Click to hide internal directories.