Documentation
¶
Overview ¶
patching provides functionality to patch resources
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 ¶
type Patcher ¶
type Patcher struct {
// contains filtered or unexported fields
}
func NewPostgresPatcher ¶ added in v0.3.1
func NewPostgresPatcher() *Patcher
func NewSpannerPatcher ¶
func NewSpannerPatcher() *Patcher
type PrimaryKeys ¶ added in v0.3.1
func PKey ¶ added in v0.3.1
func PKey(key string, value any) PrimaryKeys
func (PrimaryKeys) Add ¶ added in v0.3.1
func (p PrimaryKeys) Add(key string, value any) PrimaryKeys
Click to show internal directories.
Click to hide internal directories.