package
Version:
v1.112.0
Opens a new window with list of versions in this module.
Published: Aug 4, 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
¶
type Log struct {
SchemaVersion int `json:"schemaVersion"`
Session Session `json:"session"`
Entries []verdict.Entry `json:"entries"`
}
type Session struct {
StartedAt string `json:"startedAt"`
Command string `json:"command"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.