MCPcopy
hub / github.com/probelabs/goreplay / DummyInput

Struct DummyInput

input_dummy.go:8–11  ·  view source on GitHub ↗

DummyInput used for debugging. It generate 1 "GET /"" request per second.

Source from the content-addressed store, hash-verified

6
7// DummyInput used for debugging. It generate 1 "GET /"" request per second.
8type DummyInput struct {
9 data chan []byte
10 quit chan struct{}
11}
12
13// NewDummyInput constructor for DummyInput
14func NewDummyInput(options string) (di *DummyInput) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected