Documentation ¶
Index ¶
- type Page
- func (page *Page) Each(a string, f func(a string)) error
- func (page *Page) Each2(a, b string, f func(a, b string)) error
- func (page *Page) Each3(a, b, c string, f func(a, b, c string)) error
- func (page *Page) Fill(dst interface{}) error
- func (page *Page) FindWithColumns(columns ...string) (*Table, error)
- func (tc *Page) Init(r io.Reader) error
- func (page *Page) Len() int
- type ResponseError
- type Table
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Page ¶
func NewFromString ¶
type ResponseError ¶
func (*ResponseError) Error ¶
func (re *ResponseError) Error() string
Click to show internal directories.
Click to hide internal directories.