Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProtoCopier ¶
func ProtoCopier(v interface{}) func(v interface{}) interface{}
ProtoCopier returns a function that will shallow copy values of a given protobuf value's type, utilising any `Get` prefixed method, accepting no input parameters, and returning a single value of the same type, available for each given field, intended to be be used with generated code for protobuf messages NOTE a panic will occur if the v's type is not t
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.