Packages

An Atom feed builder for Gleam

Current section

Files

Jump to
atomb include atomb_Entry.hrl
Raw

include/atomb_Entry.hrl

-record(entry, {
id :: binary(),
title :: binary(),
updated :: gleam@time@timestamp:timestamp(),
content :: gleam@option:option(atomb:content()),
summary :: gleam@option:option(atomb:text_content()),
categories :: list(atomb:category()),
links :: list(atomb:link()),
authors :: list(atomb:person()),
contributors :: list(atomb:person()),
published :: gleam@option:option(gleam@time@timestamp:timestamp()),
rights :: gleam@option:option(binary())
}).