(manifest manifestparser.Manifest)
| 64 | InterpolateManifest(pathToManifest string, pathsToVarsFiles []string, vars []template.VarKV) ([]byte, error) |
| 65 | ParseManifest(pathToManifest string, rawManifest []byte) (manifestparser.Manifest, error) |
| 66 | MarshalManifest(manifest manifestparser.Manifest) ([]byte, error) |
| 67 | } |
| 68 | |
| 69 | //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ManifestLocator |
no outgoing calls
no test coverage detected