bindings

package
v0.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 13, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Generate

func Generate() error

Types

type Method

type Method struct {
	Name     string
	InTypes  []Type
	OutTypes []Type
}

type Summary

type Summary struct {
	Methods []Method
	Types   []Type
}

type Type

type Type struct {
	TSName    string
	TSPackage string
	Go        reflect.Type
	IsBase    bool
	Fields    []Type
	FieldName string
	Base      *Type
}

func (Type) TSDefinition

func (t Type) TSDefinition() string

func (Type) TSProp

func (t Type) TSProp() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL