Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogEntry ¶
type LogEntry struct {
Timestamp time.Time `json:"timestamp"`
Tool string `json:"tool"`
Args map[string]string `json:"args"`
Output string `json:"output,omitempty"`
Error string `json:"error,omitempty"`
FileChanged bool `json:"file_changed"`
Success bool `json:"success"`
}
LogEntry は監査ログのエントリ
Click to show internal directories.
Click to hide internal directories.