MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / httpClient

Struct httpClient

pkg/aggregator/worker_test.go:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28)
29
30type httpClient struct {
31 url string
32 published int
33 expectedPublished int
34 wait chan struct{}
35}
36
37func (c *httpClient) Connect() error {
38 //nolint:noctx

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected