Documentation ¶
Overview ¶
Package audit is a auditing system that's compatible with the one found in the mcollective-choria Ruby project, log lines will be identical and can be put in the same file as the ruby one
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { TimeStamp string `json:"timestamp"` RequestID string `json:"request_id"` RequestTime int64 `json:"request_time"` CallerID string `json:"caller"` Sender string `json:"sender"` Agent string `json:"agent"` Action string `json:"action"` Data json.RawMessage `json:"data"` }
Message is the format of a Choria audit log
Click to show internal directories.
Click to hide internal directories.