FoPost.Page (FoPost v0.1.0)

Copy Markdown View Source

One page of a paginated list: the rows on :data, the counters on :meta.

FoPost.Posts.stream/2 walks every page for you when you do not want to page by hand.

Summary

Types

t()

@type t() :: %FoPost.Page{data: list(), meta: FoPost.PageMeta.t()}