Current section
Files
Jump to
Current section
Files
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())
}).