Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseCompositeURL ¶
Types ¶
type CommandErr ¶
func (CommandErr) Error ¶
func (err CommandErr) Error() string
type JqPatchHander ¶
type JqPatchHander struct {
Filter string
}
func JqPatch ¶
func JqPatch(filter string) JqPatchHander
type ReplacePatchHandler ¶
type ReplacePatchHandler struct {
LocalFile string
}
func ReplacePatch ¶
func ReplacePatch(path string) ReplacePatchHandler
type SedPatchHandler ¶
type SedPatchHandler struct {
Commands []string
}
func SedPatch ¶
func SedPatch(cmds []string) SedPatchHandler
type YqPatchHander ¶
type YqPatchHander struct {
Filter string
}
func YqPatch ¶
func YqPatch(filter string) YqPatchHander
Source Files
¶
Click to show internal directories.
Click to hide internal directories.