The highest tagged major version is
v4.
package
Version:
v3.0.1-0...-781ade8
Opens a new window with list of versions in this module.
Published: Mar 17, 2022
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Update updates a set of existing properties with the new request.
const (
ActionCreate Action = "create"
ActionUpdate Action = "update"
ActionDelete Action = "delete"
ActionUndelete Action = "undelete"
)
type RequestUpdates struct {
Replace map[string][]interface{}
Add map[string][]interface{}
Delete interface{}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.