func(startTime time.Time, item ImportItem)
| 28 | } |
| 29 | |
| 30 | type ImportCallback func(startTime time.Time, item ImportItem) |
| 31 | |
| 32 | type OutputFileNames struct { |
| 33 | // The filename for the generated "terraform.tf" (default) |
nothing calls this directly
no outgoing calls
no test coverage detected