GameServerWeb.Pagination (game_server_web v1.0.940)

Copy Markdown

Small helper to build pagination meta for API list endpoints.

Use as: GameServerWeb.Pagination.meta(page, page_size, count, total_count)

Summary

Functions

meta(page, page_size, count, total_count)

@spec meta(integer(), integer(), integer(), integer()) :: map()