Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecoderContext ¶ added in v0.29.0
func DecoderContext(ctx context.Context) decoder.DecoderContext
Types ¶
type GlobalPathReader ¶ added in v0.34.0
type GlobalPathReader struct {
PathReaderMap PathReaderMap
}
GlobalPathReader is a PathReader that delegates language specific PathReaders that usually come from features.
func (*GlobalPathReader) PathContext ¶ added in v0.34.0
func (mr *GlobalPathReader) PathContext(path lang.Path) (*decoder.PathContext, error)
type PathReaderMap ¶ added in v0.34.0
type PathReaderMap map[string]decoder.PathReader
Click to show internal directories.
Click to hide internal directories.