This commit is contained in:
Bryce Lampe
2024-08-14 12:53:53 -07:00
committed by Pulumi Bot
parent b1d2d5b5b3
commit 5d7ff1eeca

View File

@@ -46,7 +46,7 @@ type Config struct {
}
// _mockClientKey is used by tests to inject a mock Docker client.
var _mockClientKey struct{}
var _mockClientKey any = "mock-client"
// Annotate provides user-facing descriptions and defaults for Config's fields.
func (c *Config) Annotate(a infer.Annotator) {