package
Version:
v1.13.2
Opens a new window with list of versions in this module.
Published: Jun 25, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Scan(data interface{}) interface{}
type Metadata struct {
Object Object `json:"object,omitempty"`
Pins []Pin `json:"pins,omitempty"`
Version int `json:"version,omitempty"`
}
type Object struct {
Pins []Pin `json:"pins,omitempty"`
}
type Pin struct {
Identity string `json:"identity,omitempty"`
Name string `json:"package,omitempty"`
Kind string `json:"kind,omitempty"`
RepositoryURL string `json:"repositoryURL,omitempty"`
Location string `json:"location,omitempty"`
State State `json:"state,omitempty"`
}
type State struct {
Revision string `json:"revision,omitempty"`
Version string `json:"version,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.