Documentation
¶
Index ¶
Constants ¶
This section is empty.
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 Product ¶
type StringWhitelist ¶ added in v0.1.1
type StringWhitelist struct {
// contains filtered or unexported fields
}
func NewStringWhitelist ¶ added in v0.1.1
func NewStringWhitelist(delim string, whitelisted ...string) *StringWhitelist
func (*StringWhitelist) Result ¶ added in v0.1.1
func (v *StringWhitelist) Result() []string
func (*StringWhitelist) Set ¶ added in v0.1.1
func (v *StringWhitelist) Set(s string) error
func (*StringWhitelist) String ¶ added in v0.1.1
func (v *StringWhitelist) 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.