Documentation ¶ Index ¶ type Patcher func NewPatcher(flags *pflag.FlagSet) (*Patcher, error) func (p *Patcher) Dry(dry bool) func (p *Patcher) NewPatch(thePath string) (*patch.Patch, error) func (p *Patcher) Process() error func (p *Patcher) Resolve() error func (p *Patcher) Scan(folder string) error func (p *Patcher) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Patcher ¶ type Patcher struct { // contains filtered or unexported fields } func NewPatcher ¶ func NewPatcher(flags *pflag.FlagSet) (*Patcher, error) func (*Patcher) Dry ¶ func (p *Patcher) Dry(dry bool) Dry - Manually set the dryrun flag, mainly for testing func (*Patcher) NewPatch ¶ func (p *Patcher) NewPatch(thePath string) (*patch.Patch, error) func (*Patcher) Process ¶ func (p *Patcher) Process() error func (*Patcher) Resolve ¶ func (p *Patcher) Resolve() error func (*Patcher) Scan ¶ func (p *Patcher) Scan(folder string) error func (*Patcher) String ¶ func (p *Patcher) String() string Source Files ¶ View all Source files patcher.go Click to show internal directories. Click to hide internal directories.