Documentation ¶
Index ¶
- func GetTypeInfo(ctx context.Context, typeName string, ...) (langsupport.TypeInfo, error)
- func LanguageTypeInfo() langsupport.LanguageTypeInfo
- func NewPlanner(metadata *metadata.Metadata) langsupport.Planner
- func NewTypeHandler(ti langsupport.TypeInfo) *typeHandler
- func NewWasmAdapter(mod wasm.Module) langsupport.WasmAdapter
- func NewWasmAdapter_internal(mod wasm.Module) *wasmAdapter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTypeInfo ¶
func GetTypeInfo(ctx context.Context, typeName string, typeCache map[string]langsupport.TypeInfo) (langsupport.TypeInfo, error)
func LanguageTypeInfo ¶
func LanguageTypeInfo() langsupport.LanguageTypeInfo
func NewPlanner ¶
func NewPlanner(metadata *metadata.Metadata) langsupport.Planner
func NewTypeHandler ¶
func NewTypeHandler(ti langsupport.TypeInfo) *typeHandler
func NewWasmAdapter ¶
func NewWasmAdapter(mod wasm.Module) langsupport.WasmAdapter
func NewWasmAdapter_internal ¶
for testing purposes only
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.