package
0.0.0-20241107114533-5702851476d2
Repository: https://github.com/open-ch/kaeter.git
Documentation: pkg.go.dev
# Functions
CheckModuleFromVersionsFile validates the kaeter module from a versions.yaml file checking that the required files are present.
CheckModulesStartingFrom recursively looks for modules (having versions.yaml) and validates they have the required files.
UnmarshalChangelog builds a Changelog struct from a string containing a raw changelog file.
UnmarshalTimestampString builds a Timestamp struct from a changelog line.
# Structs
Changelog is a struct that represents a changelog file.
ChangelogEntry is a struct that represents an entry of the changelog file (i.e.
ChangelogEntryContent is a struct that represents the content of a changelog entry.
CheckConfig configures how to validate modules.