Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PathReader ¶
type PathReader struct {
StateReader StateReader
}
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.StackRecord, error) StackRecordByPath(modPath string) (*state.StackRecord, error) }
Click to show internal directories.
Click to hide internal directories.