Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CombinedReader ¶
type CombinedReader struct { ModuleReader StateReader RootReader }
type ModuleReader ¶
type PathReader ¶
type PathReader struct { StateReader StateReader ModuleReader ModuleReader RootReader RootReader }
func (*PathReader) PathContext ¶
func (pr *PathReader) PathContext(path lang.Path) (*decoder.PathContext, error)
PathContext returns a PathContext for the given path based on the language ID
type RootReader ¶
type RootReader interface {
TerraformVersion(modPath string) *version.Version
}
type StateReader ¶
type StateReader interface { List() ([]*state.TestRecord, error) TestRecordByPath(modPath string) (*state.TestRecord, error) ProviderSchema(modPath string, addr tfaddr.Provider, vc version.Constraints) (*tfschema.ProviderSchema, error) }
Click to show internal directories.
Click to hide internal directories.