Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventEntry ¶
type EventEntry struct { Flow *observerpb.GetFlowsResponse FlowParseError error PEParseError error Unparsed *string }
func (*EventEntry) LogEntries ¶
func (ee *EventEntry) LogEntries() logrus.Fields
type EventsLogFileIterator ¶
type EventsLogFileIterator struct {
// contains filtered or unexported fields
}
func NewEventsIterator ¶
func NewEventsIterator(ji *log_file.JsonIterator) *EventsLogFileIterator
func (*EventsLogFileIterator) HasNext ¶
func (it *EventsLogFileIterator) HasNext() bool
func (*EventsLogFileIterator) Next ¶
func (it *EventsLogFileIterator) Next() *EventEntry
Click to show internal directories.
Click to hide internal directories.