Documentation
¶
Overview ¶
package patchset provides types to store json patch set mapping to struct fields.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FieldMapper ¶
type FieldMapper struct {
// contains filtered or unexported fields
}
func NewFieldMapper ¶
func NewFieldMapper(v any) (*FieldMapper, error)
func (*FieldMapper) StructFieldName ¶
func (f *FieldMapper) StructFieldName(tag string) (string, bool)
type PatchSet ¶
type PatchSet struct {
// contains filtered or unexported fields
}
func NewPatchSet ¶
Click to show internal directories.
Click to hide internal directories.