Versions in this module Expand all Collapse all v0 v0.7.1 Jul 25, 2023 v0.7.0 Jul 20, 2023 Changes in this version + func DiscoverFilePaths(fileFS afero.Fs, rootDir string) ([]string, error) + func DiscoverSpecDirPaths(specFS afero.Fs, rootSpecDir, referenceFileName string) ([]string, error) + func GetFirstSpecByFilter(specs []S, filter func(S) bool) S + func ReadSpec(specFS afero.Fs, filePath string) (S, error) + func WriteSpec(specFS afero.Fs, filePath string, spec S) error