Documentation
¶
Index ¶
Constants ¶
View Source
const ( TOKEN_INVALID = iota TOKEN_BAREARG TOKEN_SWITCH TOKEN_SWITCH_PAGER TOKEN_SWITCH_CRAWLER TOKEN_URL TOKEN_ARG TOKEN_EOS )
View Source
const (
LIT_MINUS = "-"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndPage ¶
type EndPage struct {
End int
// contains filtered or unexported fields
}
func NewEndPage ¶
type FSDirectory ¶
type FSDirectory struct {
Path string
}
func (*FSDirectory) Set ¶
func (v *FSDirectory) Set(s string) error
func (*FSDirectory) String ¶
func (v *FSDirectory) String() string
type URLCollection ¶
URLCollection is used to convert a comma seperated string of raw urls into a slice of pointers to URL types.
func (*URLCollection) Set ¶
func (v *URLCollection) Set(s string) error
func (*URLCollection) String ¶
func (v *URLCollection) String() string
Click to show internal directories.
Click to hide internal directories.