Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventBusPublisher ¶
type EventBusPublisher interface {
PublishTaskLog(testRunID, taskIndex uint64, taskName, taskID, level, message string, fields map[string]any)
}
EventBusPublisher defines the interface for publishing log events.
type LogReader ¶
type LogScope ¶
type LogScope struct {
// contains filtered or unexported fields
}
func NewLogger ¶
func NewLogger(options *ScopeOptions) *LogScope
func (*LogScope) GetLogEntries ¶
func (*LogScope) GetLogEntryCount ¶
type ScopeOptions ¶
Click to show internal directories.
Click to hide internal directories.