(pathToManifest string, pathsToVarsFiles []string, vars []template.VarKV)
| 62 | |
| 63 | type ManifestParser interface { |
| 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 | } |
no outgoing calls
no test coverage detected