package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Sep 13, 2023
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Command struct {
Name string `json:"name"`
Targets []Target `json:"targets"`
}
type Index struct {
Commands []Command `json:"commands"`
}
read index.json from cache dir
type Target struct {
Os string `json:"os"`
Language string `json:"language"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.