Versions in this module Expand all Collapse all v0 v0.4.1 Sep 23, 2024 Changes in this version type PatchSet + func (p *PatchSet) StructFields() []string v0.4.0 Sep 17, 2024 Changes in this version + type FieldMapper struct + func NewFieldMapper(v any) (*FieldMapper, error) + func (f *FieldMapper) StructFieldName(tag string) (string, bool) + type PatchSet struct + func NewPatchSet(data map[string]any) *PatchSet + func (p *PatchSet) Data() map[string]any + func (p *PatchSet) Fields() []string + func (p *PatchSet) Len() int + func (p *PatchSet) Set(field string, value any)