Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArchiveEntry ¶
type ComparePair ¶
func SelectDefaultPair ¶
func SelectDefaultPair( planMode string, comparison review.StateComparison, ) ComparePair
type ImageMetadata ¶
type InspectionKind ¶
type InspectionKind string
const ( InspectionTextDiff InspectionKind = "text_diff" InspectionPEMetadata InspectionKind = "pe_metadata" InspectionImageMetadata InspectionKind = "image_metadata" InspectionArchiveListing InspectionKind = "archive_listing" InspectionBinaryFallback InspectionKind = "binary_fallback" )
type InspectionResult ¶
type InspectionResult struct {
RelativePath string
Kind InspectionKind
LeftState StateKind
RightState StateKind
Left SideMetadata
Right SideMetadata
TextLines []TextDiffLine
PEMetadataLeft *PEMetadata
PEMetadataRight *PEMetadata
ImageMetadataLeft *ImageMetadata
ImageMetadataRight *ImageMetadata
ArchiveEntriesLeft []ArchiveEntry
ArchiveEntriesRight []ArchiveEntry
LimitReached bool
LimitReason string
FallbackReason string
}
func Inspect ¶
func Inspect( entry review.CachedPreview, gameInstallPath string, relativePath string, ) (result InspectionResult, err error)
type PEMetadata ¶
type SideMetadata ¶
type TextDiffLine ¶
Click to show internal directories.
Click to hide internal directories.