Documentation ¶
Index ¶
- Variables
- type Format
- type Module
- type Modules
- func (m Modules) Len() int
- func (m Modules) Less(i, j int) bool
- func (m Modules) Swap(i, j int)
- func (m Modules) Write(w io.Writer, as Format) error
- func (m Modules) WriteJSON(w io.Writer) error
- func (m Modules) WriteJSONL(w io.Writer) error
- func (m Modules) WriteJUnit(w io.Writer) error
- func (m Modules) WriteMarkdown(w io.Writer) error
- func (m Modules) WriteMarkdownWide(w io.Writer) error
- type Update
- type Updates
- func (u Updates) Format(w io.Writer, as Format) error
- func (u Updates) GenerateSed()
- func (u Updates) Len() int
- func (u Updates) Less(i, j int) bool
- func (u Updates) Swap(i, j int)
- func (u Updates) WriteJSON(w io.Writer) error
- func (u Updates) WriteJSONL(w io.Writer) error
- func (u Updates) WriteJUnit(w io.Writer) error
- func (u Updates) WriteMarkdown(w io.Writer) error
- func (u Updates) WriteMarkdownWide(w io.Writer) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
FormatNames = make([]string, 0, len(formats))
)
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Update ¶
type Update struct { Path string `json:"path,omitempty"` Name string `json:"name,omitempty"` Source string `json:"source,omitempty"` VersionConstraint string `json:"constraint,omitempty"` Version string `json:"version,omitempty"` LatestMatching string `json:"latestMatching,omitempty"` LatestOverall string `json:"latestOverall,omitempty"` MatchingUpdate bool `json:"matchingUpdate,omitempty"` NonMatchingUpdate bool `json:"nonMatchingUpdate,omitempty"` }
Click to show internal directories.
Click to hide internal directories.