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 + type SpecReadWriter interface + type SpecReader interface + ReadAll func(rootDirPath string) ([]S, error) + ReadByName func(rootDirPath, name string) (S, error) + type SpecWriter interface + Write func(dirPath string, spec S) error + type ValidSpec interface