package
Version:
v0.5.10
Opens a new window with list of versions in this module.
Published: Jan 26, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type LogEvent struct {
ID int `db:"id" json:"id"`
RunID int `db:"run_id" json:"runId"`
EventType string `db:"event_type" json:"eventType"`
EventData string `db:"event_data" json:"eventData"`
CreatedAt time.Time `db:"created_at" json:"createdAt"`
}
type LogRun struct {
ID int `db:"id" json:"id"`
CreatedAt time.Time `db:"created_at" json:"createdAt"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.