package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Dec 24, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Path string `yaml:"path"`
Minimal bool `yaml:"minimal"`
}
type Matcher struct {
Updater Updater
}
Update any given files in the snapshots.
type Updater interface {
Update(sourceTemplateLocation string, targetSnapshot string, minimal bool) error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.