Struct representing a generated sitemap file's metadata.
Used by Generator to track per-module file info for sitemapindex generation.
Fields
filename- Base filename without extension (e.g., "sitemap-posts-1")url_count- Number of URLs in this filelastmod- Most recent lastmod timestamp across all URLs in the file
Summary
Types
@type t() :: %PhoenixKit.Modules.Sitemap.SitemapFile{ filename: String.t(), lastmod: DateTime.t() | nil, url_count: non_neg_integer() }