package
Version:
v0.0.0-...-f2e513f
Opens a new window with list of versions in this module.
Published: Nov 19, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CommitRange struct {
Old string `json:"old,omitempty"`
New string `json:"new,omitempty"`
CompareURL string `json:"compare_url,omitempty"`
}
type FileDiff struct {
Path Path `json:"path,omitempty"`
URL URL `json:"url,omitempty"`
Diff string `json:"diff,omitempty"`
}
type Option interface {
}
type Path struct {
Old string `json:"old,omitempty"`
New string `json:"new,omitempty"`
}
type Repository struct {
Commits CommitRange `json:"commit_range,omitempty"`
Files []FileDiff `json:"files,omitempty"`
}
type URL struct {
Old string `json:"old,omitempty"`
New string `json:"new,omitempty"`
}
type WholeDiff struct {
RootID string `json:"id,omitempty"`
Raw map[string]Repository `json:"raw,omitempty"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.