Versions in this module Expand all Collapse all v1 v1.0.1 Jan 17, 2023 v1.0.0 Jan 17, 2023 Changes in this version + const PatchOperationAdd + const PatchOperationRemove + const PatchOperationReplace + type PatchOperation string + type PatchRequest struct + Operation PatchOperation + Path string + Value any + func (pr *PatchRequest[T]) Apply(initialResource *T, emptyResource *T) (*T, error) + type PatchRequests struct + Patches []*PatchRequest[T] + func (prs *PatchRequests[T]) Apply(initialResource *T, newer func() *T) (*T, error)