Documentation ¶
Index ¶
- func DiscoverFilePaths(fileFS afero.Fs, rootDir string) ([]string, error)
- func DiscoverSpecDirPaths(specFS afero.Fs, rootSpecDir, referenceFileName string) ([]string, error)
- func GetFirstSpecByFilter[S local.ValidSpec](specs []S, filter func(S) bool) S
- func ReadSpec[S local.ValidSpec](specFS afero.Fs, filePath string) (S, error)
- func WriteSpec[S local.ValidSpec](specFS afero.Fs, filePath string, spec S) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DiscoverSpecDirPaths ¶
func GetFirstSpecByFilter ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.