Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModuleReader ¶
type PathReader ¶
type PathReader struct {
StateReader StateReader
ModuleReader ModuleReader
UseAnySchema bool
}
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 StateReader ¶
type StateReader interface {
List() ([]*state.VariableRecord, error)
VariableRecordByPath(path string) (*state.VariableRecord, error)
}
Click to show internal directories.
Click to hide internal directories.