Documentation ¶
Overview ¶
Package jetstream implements a auditor that publishes audit logs to NATS JetStream
Audit messages are of the type https://choria.io/schemas/choria/signer/v1/signature_audit.json
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditorConfig ¶
type AuditorConfig struct { // ServerList is a comma sep list of JetStream servers in format nats://server:port,nats://server:port ServerList string `json:"servers"` // Topic is the topic to publish messages to Topic string `json:"topic"` }
AuditorConfig configures the JetStream auditor
Click to show internal directories.
Click to hide internal directories.