jsdoc

package
v0.0.0-...-f5406f0 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateJsDoc

func GenerateJsDoc(pathToScriptenv string) (string, error)

Types

type TypeDef

type TypeDef struct {
	Name   string
	Fields []TypeDefField
}

func GetTypeDef

func GetTypeDef(obj interface{}) (result []TypeDef)

func GetTypeDefs

func GetTypeDefs() (result []TypeDef)

type TypeDefField

type TypeDefField struct {
	Name string
	Type string
}

Jump to

Keyboard shortcuts

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