Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventStream ¶
type EventStream struct {
// contains filtered or unexported fields
}
func NewEventStreamFromReader ¶
func NewEventStreamFromReader(stream io.Reader, maxBufferSize int) *EventStream
NewEventStreamFromReader creates an instance of EventStream.
func (*EventStream) Next ¶
func (e *EventStream) Next() (*Event, error)
Click to show internal directories.
Click to hide internal directories.