Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PatchOperation ¶
type PatchSet ¶
type PatchSet struct {
// contains filtered or unexported fields
}
func (*PatchSet) WithRemove ¶
func (p *PatchSet) WithRemove(path string, test TestCondition) *PatchSet
type TestCondition ¶
type TestCondition struct {
// contains filtered or unexported fields
}
func NewTestCondition ¶
func NewTestCondition(path string, value interface{}) TestCondition
Click to show internal directories.
Click to hide internal directories.