MCPcopy Create free account
hub / github.com/coder/coder / mockLogger

Struct mockLogger

provisioner/terraform/executor_internal_test.go:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type mockLogger struct {
16 logs []*proto.Log
17}
18
19var _ logSink = &mockLogger{}
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected