Current section

Files

Jump to
webls include webls@rss_RssItem.hrl
Raw

include/webls@rss_RssItem.hrl

-record(rss_item, {
title :: binary(),
link :: binary(),
description :: binary(),
pub_date :: birl:time(),
author :: gleam@option:option(binary()),
guid :: {binary(), gleam@option:option(boolean())}
}).