eventstream

package
v0.0.0-...-3931f63 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventStream

type EventStream interface {
	NextEvent() (atc.Event, error)
	Close() error
}

type SSEEventStream

type SSEEventStream struct {
	// contains filtered or unexported fields
}

func NewSSEEventStream

func NewSSEEventStream(reader *sse.EventSource) *SSEEventStream

func (*SSEEventStream) Close

func (s *SSEEventStream) Close() error

func (*SSEEventStream) NextEvent

func (s *SSEEventStream) NextEvent() (atc.Event, error)

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL