package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: May 3, 2022
License: AGPL-3.0
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
¶
Get Base implementation of request
type BuildData struct {
Path string `json:"path"`
Name string `json:"name"`
Version string `json:"version"`
Keccak256 string `json:"keccak256"`
Sha256 string `json:"sha256"`
}
type ResponseData struct {
Releases map[string]string `json:"releases"`
Builds []*BuildData `json:"builds"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.