Documentation ¶
Overview ¶
Package page_items contains parsed result by PageProcesser. The result is processed by Pipeline.
Index ¶
- type PageItems
- func (this *PageItems) AddItem(key string, item string)
- func (this *PageItems) GetAll() map[string]string
- func (this *PageItems) GetItem(key string) (string, bool)
- func (this *PageItems) GetRequest() *request.Request
- func (this *PageItems) GetSkip() bool
- func (this *PageItems) SetSkip(skip bool) *PageItems
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PageItems ¶
type PageItems struct {
// contains filtered or unexported fields
}
PageItems represents an entity save result parsed by PageProcesser and will be output at last.
func NewPageItems ¶
NewPageItems returns initialized PageItems object.
func (*PageItems) GetRequest ¶
GetRequest returns request of PageItems
Click to show internal directories.
Click to hide internal directories.