Documentation
¶
Index ¶
- Constants
- func CommandArgs(fp string) ([]string, error)
- func DeleteAuditLog(dir string, retainDays int, skipConfirm bool, displayMode string) error
- func OutputAuditLog(dir, fileSuffix string, data []byte) error
- func ShowAuditList(dir string) error
- func ShowAuditLog(dir string, auditID string) error
- type Item
Constants ¶
View Source
const (
// EnvNameAuditID is the alternative ID appended to time based audit ID
EnvNameAuditID = "GEMIX_AUDIT_ID"
)
Variables ¶
This section is empty.
Functions ¶
func CommandArgs ¶
CommandArgs returns the original commands from the first line of a file
func DeleteAuditLog ¶
DeleteAuditLog cleanup audit log
func OutputAuditLog ¶
OutputAuditLog outputs audit log.
func ShowAuditLog ¶
ShowAuditLog show the audit with the specified auditID
Types ¶
Click to show internal directories.
Click to hide internal directories.