# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
AnalyzerFor instantiates a new Analyzer from the given HCL resource based on the registered constructor function.
Code stores the given code in the registry.
Register allows drivers to register a constructor function for creating analyzers from the given HCL resource.
# Constants
SpanAdded describes that a span of a resource was started in this file.
SpanDropped describes that a span of a resource was ended in this file.
SpanTemporary indicates that a resource lifetime was started and ended in this file (CREATE and DROP).
SpanUnknown describes unknown lifespan.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
AnalyzerFunc allows using ordinary functions as analyzers.
Analyzers implements Analyzer.
ReportWriterFunc is a function that implements Reporter.
ResourceSpan describes the lifespan of a resource in perspective to the migration file.