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 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.
Click to show internal directories.
Click to hide internal directories.