package
0.0.0-20210308132008-7d797cb3a6c0
Repository: https://github.com/mikkelhjuul/grpcconst.git
Documentation: pkg.go.dev

# Functions

NewMerger initiates the Merger, populating the []reflectTreefor future merging of pointer targetspanics if the donor is not a pointer.
NewProtoMerger returns an instance of a Merger using proto.Merge to merge Messages.
NewReducer initiates a merger and returns its Reducer.

# Structs

No description provided by the author

# Interfaces

Merger can SetFields to a receiver given values givenby a donor at instance initiation via NewMerger.
Reducer can RemoveFields of a given object given values givenby a reference at instance initiation via NewReducerthe reducer removes fields that are equal the reference.