interfaces

package
v0.0.7-alpha Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2026 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServerSideStreamable

type ServerSideStreamable interface {
	Stream(ctx context.Context) (<-chan StreamObject, error)
}

type StreamObject

type StreamObject interface {
	Data() string
	Error() error
}

type StreamObjectWithID

type StreamObjectWithID interface {
	StreamObject
	ID() string
}

StreamObjectWithID is an optional extension of StreamObject that supplies an SSE `id:` for the frame. The stream handler writes the id line before the data line when a StreamObject implements it.

Jump to

Keyboard shortcuts

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