MCPcopy
hub / github.com/harness/harness / streamer

Struct streamer

livelog/memory.go:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25var ErrStreamNotFound = errors.New("stream: not found")
26
27type streamer struct {
28 sync.Mutex
29
30 streams map[int64]*stream
31}
32
33// New returns a new in-memory log streamer.
34func NewMemory() LogStream {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected