Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GenericMap ¶
type GenericMap map[string]interface{}
type OperationType ¶
type OperationType string
const ( ReplaceOp OperationType = "replace" DeleteOp OperationType = "delete" )
func (OperationType) String ¶
func (o OperationType) String() string
Click to show internal directories.
Click to hide internal directories.