Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Entry ¶
type Entry struct {
SessionID string `json:"sessionId,omitempty"`
RunID string `json:"runId,omitempty"`
HypothesisID string `json:"hypothesisId,omitempty"`
Location string `json:"location"`
Message string `json:"message"`
Data map[string]any `json:"data,omitempty"`
Timestamp int64 `json:"timestamp"`
}
Click to show internal directories.
Click to hide internal directories.