| 20 | ) |
| 21 | |
| 22 | type simple struct { |
| 23 | schema providers.GetProviderSchemaResponse |
| 24 | } |
| 25 | |
| 26 | func Provider() providers.Interface { |
| 27 | schema := func(withWoField bool) providers.Schema { |
nothing calls this directly
no outgoing calls
no test coverage detected