Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigAnalyzer ¶
type ConfigAnalyzer struct { }
func NewConfigAnalyzer ¶
func NewConfigAnalyzer() ConfigAnalyzer
func (ConfigAnalyzer) Analyze ¶
func (a ConfigAnalyzer) Analyze(_ context.Context, input analyzer.AnalysisInput) (*analyzer.AnalysisResult, error)
Analyze returns a name of Terraform file
func (ConfigAnalyzer) Required ¶
func (a ConfigAnalyzer) Required(filePath string, _ os.FileInfo) bool
func (ConfigAnalyzer) Type ¶
func (ConfigAnalyzer) Type() analyzer.Type
func (ConfigAnalyzer) Version ¶
func (ConfigAnalyzer) Version() int
Click to show internal directories.
Click to hide internal directories.