package
Version:
v0.0.1-beta
Opens a new window with list of versions in this module.
Published: May 20, 2026
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DifferService interface {
DiffContents(oldContent, newContent string) string
UnifiedDiff(oldLabel, newLabel, oldContent, newContent string) string
}
type HasherService interface {
HashContent(content []byte) string
HashMultiple(contents [][]byte) string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.