Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrTestFailed = errors.New("test failed") ErrMissing = errors.New("missing value") )
Functions ¶
Types ¶
type Operation ¶
type Operation map[string]*json.RawMessage
Operation is a single JSON-Patch step, such as a single 'add' operation.
func (Operation) ValueInterface ¶
ValueInterface decodes the operation value into an interface.
Click to show internal directories.
Click to hide internal directories.