# Functions
新增页面.
删除页面.
No description provided by the author
No description provided by the author
No description provided by the author
查询页面列表.
编辑页面信息.
# Structs
No description provided by the author
No description provided by the author
PageIterator
iter, err := NewPageIterator(*core.Client, *SearchQuery) if err != nil { // TODO: 增加你的代码 }
for iter.HasNext() { items, err := iter.NextPage() if err != nil { // TODO: 增加你的代码 } // TODO: 增加你的代码 }.
No description provided by the author
No description provided by the author
No description provided by the author