sse

package
v0.26.0 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrMaximumRetries = errors.New("Exceeded maximum retries")

Functions

This section is empty.

Types

type Backoff

type Backoff interface {
	NextDelay(retries int) time.Duration
}

Backoff is a copy of replicate.Backoff to avoid import cycles

type Decoder

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

func NewDecoder

func NewDecoder(r io.Reader) *Decoder

func (*Decoder) Next

func (d *Decoder) Next() (Event, error)

type Event

type Event struct {
	Type string
	ID   string
	Data string
}

type Streamer

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

func NewStreamer

func NewStreamer(c *http.Client, url string, maxRetries int, backoff Backoff) *Streamer

func (*Streamer) Close

func (s *Streamer) Close() error

func (*Streamer) NextEvent

func (s *Streamer) NextEvent(ctx context.Context) (*Event, error)

Jump to

Keyboard shortcuts

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