Versions in this module Expand all Collapse all v0 v0.0.2 Jun 8, 2023 v0.0.1 Jun 8, 2023 Changes in this version + func IsMapping(i interface{}) bool + func IsScalar(i interface{}) bool + func IsSequence(i interface{}) bool + func YAML(sources [][]byte, strict bool) (*bytes.Buffer, error) + type Patcher struct + BaseFilePath string + PatchFilePath string + func NewPatcher(filePath string, suffix string) *Patcher + func (p *Patcher) MergedPatchContent() ([]byte, error) + func (p *Patcher) PrependedPatchContent() ([]byte, error) + func (p *Patcher) SetQuiet(quiet bool)