Current section

Files

Jump to
webls include webls@rss_RssChannel.hrl
Raw

include/webls@rss_RssChannel.hrl

-record(rss_channel, {
title :: binary(),
description :: binary(),
link :: binary(),
items :: list(webls@rss:rss_item())
}).