Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder page builder
type CLogger ¶
type CLogger interface {
Debug(v ...interface{})
Debugf(formater string, v ...interface{})
}
Logger logger interface
type Page ¶
type Page struct {
PageIndex int `json:"page_index,omitempty"`
PageSize int `json:"page_size,omitempty"`
Pages int64 `json:"pages,omitempty"`
Total int64 `json:"total,omitempty"`
Data interface{} `json:"data"`
}
Page page
type PageableMapper ¶
type PageableMapper struct {
}
PageableMapper pageable base mapper
func (*PageableMapper) Builder ¶
func (p *PageableMapper) Builder() *Builder
Builder get mapper Builder
Click to show internal directories.
Click to hide internal directories.