Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type QuerystringReader ¶
type QuerystringReader struct {
// contains filtered or unexported fields
}
func NewQuerystringReader ¶
func NewQuerystringReader(pageURL string) (*QuerystringReader, error)
func (QuerystringReader) Int ¶
func (r QuerystringReader) Int(key string) int
func (QuerystringReader) String ¶
func (r QuerystringReader) String(key string) string
Click to show internal directories.
Click to hide internal directories.