Documentation
¶
Overview ¶
Package report serves the daily-briefing HTML under System/reports/ inside a sandboxed iframe. A requested name matches a briefing the snapshot already enumerated or it matches nothing; the raw endpoint writes the file's bytes unchanged under a sandbox policy set on the resource itself, so containment does not depend on the embedder.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler serves the reports face through one process-owned vault Reader.
type RequestSnapshot ¶ added in v0.2.0
type RequestSnapshot struct {
Generation *snapshot.Generation
Shell nav.Shell
}
RequestSnapshot is the reading generation and the shell state captured together from one atomic vault generation. Two separate captures could name a report the rail beside it has never heard of.
Click to show internal directories.
Click to hide internal directories.