MCPcopy
hub / github.com/harness/harness / Reader

Struct Reader

app/events/pullreq/reader.go:32–34  ·  view source on GitHub ↗

Reader is the event reader for this package.

Source from the content-addressed store, hash-verified

30
31// Reader is the event reader for this package.
32type Reader struct {
33 innerReader *events.GenericReader
34}
35
36func (r *Reader) Configure(opts ...events.ReaderOption) {
37 r.innerReader.Configure(opts...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected