Documentation ¶
Overview ¶
Package page "Every package should have a package comment, a block comment preceding the package clause. For multi-file packages, the package comment only needs to be present in one file, and any one will do. The package comment should introduce the package and provide information relevant to the package as a whole. It will appear first on the godoc page and should set up the detailed documentation that follows."
Index ¶
Constants ¶
This section is empty.
Variables ¶
var (
ErrFindPage = errors.New("error while getting page")
)
Errors
Functions ¶
func Delete ¶
Delete removes the entity and all the corresponding pageContext entities by the provided encoded key and if a context only been included in that page also gonna be removed. As a return returns an error.
func DeleteMulti ¶
DeleteMulti removes the entities and all the corresponding pageContext entities by the provided encoded keys. And if a context only been included in one of the deleted pages also gonna be removed. As a return returns an error.