opaqueLeaf is used when receiving an unknown leaf type. Its important property is that if it is communicated back to some network system that _does_ know about the type, the original object can be restored.
| 26 | // back to some network system that _does_ know about |
| 27 | // the type, the original object can be restored. |
| 28 | type opaqueLeaf struct { |
| 29 | msg string |
| 30 | details errorspb.EncodedErrorDetails |
| 31 | } |
| 32 | |
| 33 | // opaqueLeafCauses is used when receiving an unknown multi-cause |
| 34 | // wrapper type. Its important property is that if it is communicated |
nothing calls this directly
no outgoing calls
no test coverage detected