Skip to documentation
SLOP

tiny.zen.SiteCatalogEntryInput

Reference tiny.zen SiteCatalogEntryInput

Defined in tiny.zen.

API (8)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.zenSiteCatalogEntryInput
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/zen/src/site/catalog/model.zig:20

zig
pub const EntryInput = struct {    relative_path: []const u8,    url: []const u8,    title: []const u8,    date: []const u8 = "",    type_label: []const u8 = "",    dispatch: Dispatch = .document,    draft: bool = false,    slop: bool = false,};

Source: lib/zen/src/root.zig:272

zig
/// Borrowed values copied when appending one site catalog entry.pub const SiteCatalogEntryInput = site_catalog.EntryInput;

Also reachable as

site.catalog.EntryInput.

Audit

Definitions1
Public names2
Members8
Version26.7.0
Revisiondaab053ee433