Documentation
¶
Overview ¶
Package auditcore is the platform composition module for the auditcore Cell. It implements composition.CellModule and wires all auditcore-specific dependencies from composition.SharedDeps.
This is a composition-root-layer package: it may import cells/, adapters/, and cellmodules/cellsecrets/. It must NOT be imported by cells/, runtime/, or adapters/.
ref: uber-go/fx fx.Module("auditcore", ...) — self-contained module. ref: google/trillian storage/log_storage.go — per-tree partition pattern. ref: k8s.io/apiserver/pkg/audit/union.go — read-side fan-out aggregator. ref: hashicorp/vault audit/broker.go — per-device Salt isolates HMAC state.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Module ¶
func Module() composition.CellModule
Module returns a composition.CellModule that wires the auditcore Cell.
Types ¶
This section is empty.