LogEntry
type LogEntry struct {
Timestamp time.Time
Source LogSource
Message string
ObjectID string
ContextIDs []string
}type LogEntry struct {
Timestamp time.Time
Source LogSource
Message string
ObjectID string
ContextIDs []string
}