package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Aug 30, 2018
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Record struct {
Line string `json:"line" yaml:"line"`
Package *RecordPackage `json:"package,omitempty" yaml:"package,omitempty"`
}
type RecordPackage struct {
Name string `json:"name" yaml:"name"`
Version string `json:"version" yaml:"version"`
Architecture string `json:"architecture" yaml:"architecture"`
Description string `json:"description" yaml:"description"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.