package
Version:
v0.0.0-...-dd8ada8
Opens a new window with list of versions in this module.
Published: Jun 11, 2024
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Release struct {
Name string `json:"name"`
BinaryName string `json:"binaryName"`
Version string `json:"version"`
Description string `json:"description"`
Urls []Url `json:"urls"`
Created time.Time `json:"created"`
}
type Url struct {
Platform string `json:"platform"`
Os string `json:"os"`
Url string `json:"url"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.