Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "0.1"
Functions ¶
This section is empty.
Types ¶
type BodyPlugin ¶
type BodyPlugin struct {
}
func (BodyPlugin) Do ¶
func (p BodyPlugin) Do(env *Environment) error
type CookiePlugin ¶
type CookiePlugin struct {
}
func (CookiePlugin) Do ¶
func (p CookiePlugin) Do(env *Environment) error
type Environment ¶
type FormPlugin ¶
type FormPlugin struct {
}
func (FormPlugin) Do ¶
func (p FormPlugin) Do(env *Environment) error
type HeadersPlugin ¶
type HeadersPlugin struct {
}
func (HeadersPlugin) Do ¶
func (p HeadersPlugin) Do(env *Environment) error
type LinksPlugin ¶
type LinksPlugin struct {
}
func (LinksPlugin) Do ¶
func (p LinksPlugin) Do(env *Environment) error
type Plugin ¶
type Plugin interface {
Do(*Environment) error
}
type TitlePlugin ¶
type TitlePlugin struct {
}
func (TitlePlugin) Do ¶
func (p TitlePlugin) Do(env *Environment) error
Click to show internal directories.
Click to hide internal directories.