Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidPage error = errors.New("invalid page") ErrInvalidPageSize error = errors.New("invalid page size") )
View Source
var PageSizeNameMap map[string]PageSize = map[string]PageSize{ "Tiny": PageSizeTiny, "Small": PageSizeSmall, "Normal": PageSizeNormal, "Large": PageSizeLarge, "LARGE": PageSizeLARGE, "Huge": PageSizeHuge, "HUGE": PageSizeHUGE, }
Functions ¶
func LogErrorSimple ¶
func LogErrorSimple(e error)
Types ¶
type CatAll ¶
func (CatAll) ProcessAll ¶
func (a CatAll) ProcessAll(ctx context.Context, s PageSource) error
type IgnoreError ¶
type PageFactory ¶
type PageFactory struct {
PageSize
}
func PageFactoryNew ¶
func PageFactoryNew(psz PageSize) PageFactory
Click to show internal directories.
Click to hide internal directories.