MCPcopy
hub / github.com/unkeyed/unkey / noop

Struct noop

pkg/clickhouse/noop.go:13–13  ·  view source on GitHub ↗

noop implements the ClickHouse interface but discards all operations. This is useful for testing or when ClickHouse functionality is not needed, such as in development environments or when running integration tests.

Source from the content-addressed store, hash-verified

11// This is useful for testing or when ClickHouse functionality is not needed,
12// such as in development environments or when running integration tests.
13type noop struct{}
14
15var _ ClickHouse = (*noop)(nil)
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected