Discover Packages
github.com/404tk/cloudtoolkit
utils
audit
package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Apr 17, 2026
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Log appends one JSONL record to ~/.config/cloudtoolkit/audit.log. Errors are
reported via logger but never surface to callers, so a misbehaving log disk
cannot block a security-sensitive operation.
type Record struct {
Timestamp string `json:"timestamp"`
Provider string `json:"provider"`
Operation string `json:"operation"`
Target string `json:"target,omitempty"`
Args string `json:"args,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.