MCPcopy
hub / github.com/opentofu/opentofu / simple

Struct simple

internal/provider-simple-v6/provider.go:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type simple struct {
23 schema providers.GetProviderSchemaResponse
24}
25
26func Provider() providers.Interface {
27 schema := func(withWoField bool) providers.Schema {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected