tiny.zen.SiteCatalogEntry
Defined in tiny.zen.
API (9)
Fields and members
Public fields and members.
Source
Source: lib/zen/src/site/catalog/model.zig:8
zig
pub const Entry = struct { relative_path: []const u8, url: []const u8, title: []const u8, date: []const u8 = "", section: []const u8 = "", type_label: []const u8 = "", dispatch: Dispatch = .document, draft: bool = false, slop: bool = false,};Source: lib/zen/src/root.zig:268
zig
/// One retained public page record in a sealed site catalog.pub const SiteCatalogEntry = site_catalog.Entry;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 9 |
| Version | 26.7.0 |
| Revision | daab053ee433 |