Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderJsDoc ¶
func RenderJsDoc(resp *scrape.APIResponse, dir string) error
func ToFieldTypes ¶
func UnionsTypes ¶
Types ¶
type Package ¶
type Package struct { Name string `json:"name"` Version string `json:"version"` Description string `json:"description"` Repository string `json:"repository"` Type string `json:"type"` Author string `json:"author"` License string `json:"license"` Types string `json:"types,omitempty"` Main string `json:"main,omitempty"` Module string `json:"module,omitempty"` Files []string `json:"files,omitempty"` }
func NewPackage ¶
Click to show internal directories.
Click to hide internal directories.