Skip to main content

Module presentation

Module presentation 

Source
Expand description

Verb response presentation modes and transformation.

Transforms canonical handler output into caller-appropriate form after dispatch and before wire serialization. Agent mode abbreviates UUIDs/timestamps and drops empty fields; Verbose and Human pass through canonical JSON unchanged.

Enums§

PresentationMode
How the response envelope is presented to the caller.

Functions§

micros_to_iso
Convert a microsecond epoch i64 to an RFC 3339 / ISO-8601 string.
present
Transform a successful verb result value according to the given PresentationMode.